Telegram link preview tester

Paste a URL and see the preview card Telegram will render when somebody shares it. We fetch the page with Telegram's same crawler user-agent and parse the Open Graph / Twitter Card / standard meta tags the same way it does.

Common pitfall: Telegram caches previews for ~12h. If you just updated your meta tags, add a cache-buster query param (?v=2) when sharing.

What Telegram looks for, in order

  1. Title: og:titletwitter:title<title>
  2. Description: og:descriptiontwitter:description<meta name="description">
  3. Image: og:imagetwitter:image (must be reachable over HTTPS, <5MB, ideally 1200×630)
  4. Site name: og:site_name → hostname

Image gotchas

Forcing a re-crawl

Telegram aggressively caches link previews. Three ways to force a refresh:

Related tools