Image OG Property

Hello guys - I’m new to the forum. I have the following code in the head section of my website although when I Facebook SHARE the website page it doesn’t always use the Image OG property, it will choose any image on the page - any ideas please? thanks!

<meta property="og:image" content="images/fbook_img.png"/>

Don’t listen to me too much but first look is that it looks fine. I can only think that maybe is a path problem. Also I can’t see the rest of the code. Don’t know if other images are tagged with the property “og” or which other meta property you used.

According to this page, a full image example would be

A full image example:

<meta property="og:image" content="http://example.com/ogp.jpg" />
<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />

Don’t know if this helps at all

Thank you - I shall try this and get back with results :o)

2 Likes