How do you clear the Open Graph cache of an URL on Telegram?

前端 未结 4 639
情深已故
情深已故 2020-12-24 01:00

When I send a new link on Telegram, it automatically reads Open Graph data of the URL and generates a preview of the page.

When the Open Graph data of the same page

相关标签:
4条回答
  • 2020-12-24 01:43

    Use @webpagebot

    You can send the link [up to 10] you want to update to this Bot and it will scan your site and generate the new image thumbnail, site name and description.

    Note: You may need to restart your Telegram client to see the updates

    Images are cached too. Update them the same way. Be sure they're specified using Open Graph but note you do not need to use the prefix attribute on your html tag to define the OG namespace.


    Second solution:

    Use a pattern like the following pattern for your web address:

    http://{webpage address}?v={number}
    

    Then replace previous number with a new one to force telegram update og data.

    For example use this:

    http://www.example.com/mypage?v=3
    

    Instead of:

    http://www.example.com/mypage
    
    0 讨论(0)
  • 2020-12-24 01:44

    I've solved this problem by using bitly.com and changing url.

    0 讨论(0)
  • 2020-12-24 01:49

    you must chat with [@webpagebot][1] both and tell him in chat

    https://theurlyouwanttoupdate.com /updatepreview
    
    0 讨论(0)
  • 2020-12-24 01:54

    Go to @webpagebot and send the link (up to 10) you want to update.

    0 讨论(0)
提交回复
热议问题