Resetting the link preview in messengers and social media
What is a link preview?
When you post a link to your survey in a messenger or social network, the platform automatically generates what's called a link preview. It usually shows the title, a description and a preview image of your survey page.
The preview is controlled by the Open Graph information embedded in the HTML code, and it's cached the first time the link is posted.
Why is the preview no longer correct?
If you make changes after first sharing your survey — for example to the title, image or description — many platforms will still show the old preview when you share it again. The reason: the platform keeps drawing on the cached preview.
To have the current version displayed, you need to "ask" the platform to clear the cache. Many services offer special tools for this — so-called debuggers or refresh tools.
Refreshing the preview: Facebook
Facebook offers an official tool for refreshing the link preview:
- Open the Facebook Sharing Debugger.
- Paste in the full link to your survey.
- Click "Debug".
- Then click "Scrape Again" to fetch the current version.
The new preview will now be shown the next time you share the link.
Refreshing the preview: LinkedIn
LinkedIn also offers a preview tool:
- Open the Post Inspector.
- Paste in your survey URL.
- Click "Inspect".
LinkedIn will then reload the page and refresh the cache for the preview.
Refreshing the preview: X (Twitter)
X (formerly Twitter) doesn't offer an official tool for refreshing the preview, but it's often enough to share the page again once the meta data (Open Graph) has been set correctly.
You can also use the Card Validator to check the current preview. Enter your survey URL there and click "Preview card".
Refreshing the preview: WhatsApp
WhatsApp caches link previews server-side. There's no direct way to refresh them.
👩💻 Tip: Change the URL slightly — for example by appending a parameter such as ?v=2. Example: https://yourlink.com/umfrage?v=2. It then counts as a "new" link and WhatsApp reloads the preview.
Refreshing the preview: Slack
Slack also stores previews in a cache. Here's how you can clear it:
- Open Slack.
- Enter the following command:
/curl https://yourlink.com/umfrage
(replacinghttps://yourlink.com/umfragewith your link) - Or change the URL slightly with a parameter such as
?refresh=1.
Refreshing the preview: Telegram
Telegram usually refreshes link previews the first time a link is shared. But if something on the survey page changes afterwards (e.g. the title or image), the preview isn't updated automatically.
In such cases, you can use the Telegram bot @Webpagebot to reset the preview cache:
- Open Telegram and start a chat with the bot @Webpagebot.
- Send it the command
/updatepreview. - Then paste in up to 10 links whose previews you want to refresh.
🔁 Alternatively, you can simply append ?update=1 to the URL to make it appear as a new version. Telegram then usually reloads the preview.
Or delete the old message and post the link again — sometimes this also loads the current preview.
Refreshing the preview: Microsoft Teams
Microsoft Teams stores link previews server-side. There's no direct way to clear the cache. There are, however, two proven workarounds:
- Modify the URL slightly: Append a parameter to the link, e.g.
?v=2or&refresh=true. Example:https://yourlink.com/umfrage?v=2 - Post the link in a new message: Instead of editing or copying the old message, post the link in a new comment or channel message.
👀 Teams treats links with parameters as "new" URLs and then often generates the preview anew.