Page 1 of 1

Linkedin doesn't recognise og:image tag

Posted: 02 Mar 2021, 18:14
by chaldama
Please see https://www.linkedin.com/post-inspector ... and-beyond

For some reason Linkedin does not recognise the og:image tag which is visible in the source code of the article https://www.smartflowapps.com/articles/ ... and-beyond

I found an old topic and I have tested, it is not a caching problem. The inspector gives a hint how the image tag should look like

Code: Select all

<meta name="image" property="og:image" content="[Image URL here]">
In my source code I see this which is different:

Code: Select all

<meta name="og:image" content="https://www.smartflowapps.com/images/field-mobility-photography-application-worker-using-tablet.jpg" />
Any idea how to get images displayed automatically in Facebook posts?

Re: Linkedin doesn't recognise og:image tag

Posted: 03 Mar 2021, 15:10
by Jan
Hi, did you try to change render type parameter (from name to property)?

Image

https://www.phoca.cz/documents/70-phoca ... aph-plugin

Re: Linkedin doesn't recognise og:image tag

Posted: 03 Mar 2021, 16:14
by chaldama
Hi Jan,
Great that worked, thank you!

Re: Linkedin doesn't recognise og:image tag

Posted: 03 Mar 2021, 20:00
by Jan
Ok