Can anyone help me figure out why OpenGraph data isn’t showing when I share links on Twitter, Facebook, or LinkedIn? It works fine on iMessage, but not on any of the social platforms.
Had a similar problem with a client, Webflow recommended this
- Add any URL parameter to the link when sharing, for example,
https://www.socialamp.co.uk?updated
. This should force the link to be refreshed and the updated content to be fetched. - Use the Meta Sharing Debugger and re-scrape the link to update the Open Graph data.
My main problem turned out to be that the OpenGraph image was an SVG and it didn’t like that, even though Webflow was fine with it. So could double check that too.