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

Categories

0 votes
301 views
in Technique[技术] by (71.8m points)

image - Linkedin post's picture doesn't appear in summary

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

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

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...