Facebook and Twitter have different link previews
Sendible uses Facebook's Open Graph Protocol tags to generate link previews. If the link preview looks different on Facebook or Twitter, there could be a few reasons for this. To help you troubleshoot these, please see below:
Facebook has out-of-date link preview data
This can be the cause is most issues, because Facebook keeps a cache of the link previews, it may sometimes keep a wrong copy of them.
To fix this: You can force Facebook servers to "re-scrape" (refresh) the link preview, which would update their current version. Please use Facebook's Sharing Debugger to do this.
- Enter the URL you're having link preview issues with and click Debug
Note: The full URL needs to be used and not the shortened URL
- Scroll down to Time Scrapped and click the Scrape Again button to refresh Facebook's copy
- Go back to Sendible and repost the message.
Duplicate or no Open Graph tags in the source code
The best practise is to have at least one Open Graph tag within the source code, please look at your URL's source code and search for how many og:image
tags there are.
To do this, simply right-click on the page in question and select "View Page Source". Then click Ctrl + F (for Windows) or Cmd + F (for Mac) and search for how many times og:image
appears, if any, or at least it should be just once.
The link preview looks different on Twitter
Another thing to bear in mind is to ensure that the Open Graph information, which includes the image, is the same as the Twitter Card. To check this, simply right-click on the page in question and select "View page source". From here, you can compare all the og:
tags with the twitter:card
tags.
Still an issue?
No worries! We can take it from here.
Please submit a support ticket and be sure to mention you have gone through the typical troubleshooting steps. In addition, providing screenshots and including where you were and the steps you took when the issue happened will help us resolve it more quickly!