XF 2.3 OG:Image not working

wmarcy

Member
I have this showing in my head section:

<meta data-template-name="public:metadata_macros::image_url" data-template-name="public:metadata_macros::output" property="og:image" content="https://www.ikingman.com/images/logoiKingman.png" />
<meta property="twitter:image" content="https://www.ikingman.com/images/logoiKingman.png" />
<meta property="twitter:card" content="summary" />


This is what Facebook is reporting using their Sharing debugger tool:

<meta property="og:image" content="https://www.ikingman.com/images/logoiKingman.png">
<meta property="twitter:image" content="https://www.ikingman.com/images/logoiKingman.png">
<meta property="twitter:card" content="summary">

But the logo is not being displayed, instead it is pulling an image from a carousel I have (Ultimate partner logo).

og:url https://www.ikingman.com/index.php
og:type website
og:title IKingman
og:image https://i0.wp.com/66trains.com/wp-c...ped-cropped-IMG-7434-1.png?fit=1180,585&ssl=1
og:site_name IKingman

If I disable Ultimate Partner Logo, it still does not display the logo to my site.

Any ideas?
 
Any ideas?
Caching of the first og:image. Sometimes you need to re-run the debugger tool on the same URL, and even different URLs, so that Facebook can scrape the new image and update it.

In my experience, it has taken Facebook up to 15 minutes of re-trying to grab a new image instead of using the old. However, I haven't used the tool in a while, so I don't know if they fetch a new call immediately anymore over when they would use the last cached image.
 
Back
Top Bottom