Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

When you click on linkedin sharing button. The summary displays title, description from open graph metadatas, but the picture is missing.

Here is an example : https://viuz.com/2016/09/15/recrute-par-un-algorithme-et-7-autres-pepites-digitales/

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
305 views
Welcome To Ask or Share your Answers For Others

1 Answer

LinkedInBot/1.0 fails to make a handshake with your server and that's why it can't connect to grab page's Open Graph content or image.

You probably won't find LinkedInBot/1.0 requests in your access log. Then you need to allow HTTP access for LinkedInBot/1.0 (and provide http url for image in OG and access over HTTP to images).

LinkedInBot/1.0 uses Jakarta Commons-HttpClient/3.1 which outdated and not supported for a long time. I'm assuming it fails to access most of HTTPS websites with key sizes >= 2048 bits.

I hope devs from LinkedIn are going to fix this issue soon.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...