You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seerefreshing a card in a Tweet on how to make the twitter crawler refresh thumbnails.
To work-around this issue, you can add an extra parameter at the end of your image URL so that the Twitterbot treats the image as a unique URL and re-fetches the image.
For example:
<meta name="twitter:image" content="http://example.com/myimage.jpg?4362984378"></meta>
This could be automated in vizlab by adding a variable to the template that is filled with a random number to create a "new" thumb url. Could maybe do this based on a hash or timestamp of the image file, or just regenerate it each time.
Probably worth looking into if this applies for other platforms e.g. facebook that probably have a similar crawler setup.
The text was updated successfully, but these errors were encountered:
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/troubleshooting-cards.html
See
refreshing a card in a Tweet
on how to make the twitter crawler refresh thumbnails.This could be automated in vizlab by adding a variable to the template that is filled with a random number to create a "new" thumb url. Could maybe do this based on a hash or timestamp of the image file, or just regenerate it each time.
Probably worth looking into if this applies for other platforms e.g. facebook that probably have a similar crawler setup.
The text was updated successfully, but these errors were encountered: