How to use Open Graph Preview
Preview exactly how your URL will appear when shared on Facebook, Twitter/X, LinkedIn, WhatsApp, Slack, Discord, and iMessage — using the actual Open Graph and Twitter Card metadata from your page. Enter any URL to fetch and render its og:title, og:description, og:image, and card layout in a pixel-accurate social share preview. Essential for checking link previews before publishing or launching.
- Enter the full URL of the page you want to preview (include https://).
- The tool fetches the page's Open Graph tags via a proxy (to handle CORS).
- Select the platform to see platform-specific card rendering (Facebook link post, Twitter summary card, etc.).
- Review each field: og:title, og:description, og:image size and crop.
- If the preview is wrong, edit the metadata using the og:tags generator tool.
Your data never leaves your device — 100% private processing.
How Open Graph metadata works
Open Graph (OG) is a protocol developed by Facebook that lets web pages define how they appear in social shares. When you paste a URL on Facebook, LinkedIn, Twitter, or any OG-aware platform, the platform fetches the URL and reads <meta property="og:..."> tags from the HTML. Key tags: og:title (the headline), og:description (the summary text), og:image (the preview image — recommended 1200×630 for most platforms), og:url (canonical URL), og:type (website, article, video). Twitter additionally supports its own twitter:card, twitter:title, twitter:description, and twitter:image tags that override OG when present.
| Tag | Recommended value | Notes |
|---|---|---|
| og:title | 40–60 characters | Truncated on mobile at ~55 chars |
| og:description | 100–155 characters | Shown on desktop, often hidden on mobile |
| og:image | 1200×630 px, < 1MB | JPG or PNG; must be publicly accessible |
| og:image:alt | Describe the image | Accessibility requirement |
| og:type | website or article | Affects how Facebook structures the card |
Debugging missing or wrong previews
If a social platform shows a wrong preview (old image, incorrect title), it's usually a caching issue — platforms cache OG metadata for hours or days. Use the platform's official cache-clearing tool: Facebook's Sharing Debugger (developers.facebook.com/tools/debug), LinkedIn Post Inspector (linkedin.com/post-inspector), or Twitter Card Validator (cards-dev.twitter.com/validator). These tools force a fresh fetch of your URL. For Next.js sites, ensure OG image routes return proper Cache-Control headers and that og:image uses an absolute URL, not a relative path.
Worked examples
Preview a live URL
Inputs: enter a page URL
Result: renders og:title, og:description, og:image across 6 platforms
Stale preview
Inputs: updated og:image but old one still shows
Result: flags a cached preview → refresh with the platform debugger
Glossary
- Open Graph
- A metadata protocol (OGP) by Facebook that standardizes how web pages define their social share appearance.
- Twitter Card
- Twitter-specific metadata tags that control how URLs appear in tweets — overrides Open Graph when both are present.
- og:image
- The preview image shown when a URL is shared — should be 1200×630px and publicly accessible via HTTPS.
- Cache invalidation
- Forcing a social platform to re-fetch metadata for a URL after you have updated the OG tags on the page.
Related reading
Frequently Asked Questions
Why use Open Graph Preview?
- See how a URL renders on six platforms — Facebook, LinkedIn, Twitter/X, WhatsApp, Slack, Discord — before anyone shares it
- Catch og:image cropping or sizing issues that are invisible until a link is actually pasted into a chat or post
- Identify truncated og:description text on mobile viewports before a product launch announcement goes out
- Confirm whether Twitter is rendering the intended twitter:card type or silently falling back to a plain text summary
Common use cases
- Checking that a product launch landing page displays the correct hero image and headline when shared in a team Slack channel
- Verifying a blog post's og:image shows the intended crop on Facebook before it goes out in a weekly newsletter
- Diagnosing why a LinkedIn share preview still shows an old image after you updated the og:image tag on the page
- Testing a newly deployed e-commerce page to confirm the product image appears correctly in WhatsApp link previews
- Validating that a news article renders as a summary_large_image card on Twitter/X instead of a plain text link
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Social Media
Meta Tag Generator
Generate SEO meta tags, Open Graph tags, and Twitter Card tags online. Preview Google search snippet and copy all tags instantly.
Link Preview & Open Graph Checker
Paste any URL to see how its link preview card looks when shared on Facebook, LinkedIn, X, and Slack. Reads live Open Graph and Twitter Card tags from the page.
Twitter Card Generator
Generate Twitter Card meta tags for your website. Preview how your page will appear when shared on Twitter/X. Free Twitter card generator.
RSS Feed Viewer & Validator
Fetch any public RSS or Atom URL server-side to bypass CORS, validate required feed fields, and preview up to 20 recent items with clean plain-text summaries.
Social Media Character Counter
Count characters for Twitter/X, Instagram, LinkedIn, Facebook, and more. Live counter with limit warnings for every major social media platform.
YouTube Thumbnail Downloader
Download YouTube thumbnails in HD, HQ, MQ, and SD quality. Paste a video URL or ID and save the image instantly, free and easy.
Explore all Social Media.