115

Telegram show description meta tag as link preview. I changed the description meta tag but the link preview of my website didn't changed. How to force telegram to update link preview?

Ali Seyfollahi
  • 2,662
  • 2
  • 21
  • 29

4 Answers4

242

Go to @webpagebot and send the link (up to 10) you want to update. Automatically will scan your site and generate the new image thumbnail, site name and description.

Remember to have og prefix in your html tag as: <html prefix="og: http://ogp.me/ns#"> or telegram bot will not update the graph cache.

via telegramgeeks

Arash Milani
  • 6,149
  • 2
  • 41
  • 47
littleguga
  • 2,570
  • 1
  • 11
  • 9
15

You may add /?v=n at the end of URL when sharing the link, where n can be any number and should increase after an update.

clemens
  • 16,716
  • 11
  • 50
  • 65
5

Sending the pure link to @webpagebot would not work so I used

<meta property="og:url" content="https://mylink.com" />

and it worked.

tigismiley
  • 51
  • 1
  • 3
1

Actually it still works, added this line of code to my html head:

<meta prefix="og: http://ogp.me/ns#" /> 

then move to telegram bot and update your link 10 times:https://telegram.me/webpagebot?.

Once you have done that, you can copy your link again and the preview comes out.