🔗 Social Share Preview Tool

Open Graph Preview

Preview how your URL looks when shared on Facebook, Twitter/X, LinkedIn and WhatsApp. This free social share preview tool and Facebook link preview checker lets you enter Open Graph tags manually to test before publishing — or paste a URL. Includes missing tag warnings, character limit checks and Google SERP preview.

4 platforms + Google SERP WhatsApp preview Missing tag warnings Test before publishing
AdSense — 728×90 Leaderboard
🛠 Free OG Preview Tool

Social Share Preview & Open Graph Checker

Enter your Open Graph tags manually to preview exactly how your page will look before publishing — no URL needed. Or paste a URL to fetch live tags (CORS-permitted sites only). See Facebook, Twitter/X, LinkedIn, WhatsApp and Google SERP previews instantly.

Note: many sites block cross-origin requests. Use Manual Input to test tags before publishing — no page needed.
Open Graph tags
Facebook / Instagram share preview
🖼
example.com
Your page title here
Your description will appear here. Keep it under 155 characters for best results.
Twitter/X card preview (summary_large_image)
🖼
example.com
Your page title here
Your description will appear here.
LinkedIn article share preview
🖼
Your page title here
example.com
WhatsApp link preview
🖼
Your page title here
Your description will appear here.
example.com
10:42 AM ✓✓
Google Search Result (SERP) preview
example.com
Your page title here | Site Name
Your description will appear here. Keep meta description under 155-160 characters for Google to display it without truncation.
Tag analysis & warnings
AdSense — 728×90 Leaderboard
🏷
Need to generate complete SEO meta tags, Open Graph and JSON-LD schema?
Use the free Meta Tag Generator to create all tags for your page in one step — OG, Twitter Card, canonical, robots and JSON-LD structured data.
Meta Tag Generator →
⭐ Ratings

Rate this tool

4.9
★★★★★
Based on 6,240 ratings
5
5,803
4
250
3
125
2
62
1
0
Was this Open Graph preview tool helpful?
Thank you!
Open Graph tags

What Are Open Graph Tags and Why Do They Matter?

Open Graph (OG) meta tags are HTML elements in your page's <head> section that control how your page appears when shared on social media platforms. Originally created by Facebook in 2010, Open Graph tags are now the standard used by Facebook, LinkedIn, WhatsApp, Slack, Discord, iMessage, and many other platforms to generate link previews.

Without proper OG tags, platforms will guess at your content — often choosing the wrong image, pulling a generic site title, or showing no preview image at all. A well-crafted Open Graph setup increases click-through rates significantly because rich previews with compelling images draw far more attention than plain text links.

The four essential Open Graph tags

TagPurposeRecommended length
og:titleThe headline shown in the preview card60–90 characters
og:descriptionPreview text below the title150–200 characters
og:imageThe image shown in the preview1200x630px, under 1MB
og:urlCanonical URL of the pageFull URL with https://

How to add Open Graph tags to your page

<!-- Open Graph --> <meta property="og:title" content="Your Page Title"/> <meta property="og:description" content="Your description here"/> <meta property="og:image" content="https://example.com/image.jpg"/> <meta property="og:url" content="https://example.com/page"/> <meta property="og:type" content="website"/> <meta property="og:site_name" content="Your Site Name"/> <!-- Twitter/X Card --> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="Your Page Title"/> <meta name="twitter:description" content="Your description here"/> <meta name="twitter:image" content="https://example.com/image.jpg"/>
Platform specifications

Open Graph Image Size and Character Limits by Platform

Each platform displays your Open Graph tags with different image dimensions and text truncation rules. Optimising for the most-used platform for your audience makes a measurable difference in click-through rate.

PlatformImage sizeTitle limitDescription limitNotes
Facebook1200x630px~88 chars~200 charsMost forgiving on length
Twitter/X1200x628px~70 chars~200 charssummary_large_image recommended
LinkedIn1200x627px~120 chars~120 charsDisplays more of description
WhatsApp300x200px~80 chars~80 charsCrops og:image to square/thumbnail
Google SERPN/A~60 chars~155 charsUses title tag + meta description

Open Graph image size: the safe universal choice

1200x630 pixels is the recommended og:image size that works well across all platforms. It meets the aspect ratio requirements of Facebook (1.91:1), Twitter/X (1.91:1) and LinkedIn (1.91:1) without cropping. For WhatsApp, which may crop to a square thumbnail, ensure the key visual element is centred in the image. Keep the file under 1MB — JPEGs between 200–500KB load fastest and are accepted by all platforms.

WhatsApp link preview — the most-missed platform

WhatsApp is the most widely used messaging app in many markets, yet most OG preview tools don't show the WhatsApp preview. WhatsApp reads the standard og:title, og:description and og:image tags. It caches previews aggressively — unlike Facebook, WhatsApp has no cache-clearing tool, so getting the OG tags right before the link is first shared is especially important.

Twitter Card

Twitter Card vs Open Graph — What Is the Difference?

Twitter Card is Twitter's own meta tag system, separate from Open Graph. You can preview your Twitter card preview in the Twitter/X tab above., using twitter: prefixed tags. If Twitter-specific tags are absent, Twitter falls back to the og: equivalents. The key tag that has no OG equivalent is twitter:card, which determines the card format.

twitter:card valueAppearanceBest for
summary_large_imageLarge banner image above titleArticles, products, landing pages
summarySmall square thumbnail beside textShort posts, news snippets

Use summary_large_image for almost all commercial and content pages — the large image dramatically increases click-through rate in Twitter/X feeds. The summary card is typically only used for short-form content where no image is available.

Debugging

How to Test and Debug Open Graph Tags

Social media link preview checker tools by platform

After publishing or updating OG tags, use each platform's official tools to force a cache refresh and verify the tags are being read correctly. Cached previews can persist for days or weeks without forcing a re-scrape.

PlatformDebug toolCache duration
FacebookSharing Debugger (developers.facebook.com/tools/debug)24–72 hours
Twitter/XCard Validator (cards-dev.twitter.com/validator)24–48 hours
LinkedInPost Inspector (linkedin.com/post-inspector)7 days
WhatsAppNo official tool — first share is cachedIndefinite
GoogleRich Results Test, Search Console URL InspectGoogle crawl cycle

Testing Open Graph tags before publishing

Use the Manual Input mode in the tool above to preview your Open Graph tags before publishing the page. Enter the og:title, og:description, og:image URL (can be an existing image) and og:url you intend to use — the tool will show you exactly how each platform will render the link preview. This lets you catch truncation issues, missing images and character limit problems before the page goes live and before links are shared (especially important for WhatsApp where there is no cache-clearing tool).

FAQ

Frequently Asked Questions

An Open Graph preview shows how your webpage will look when someone shares the URL on social media platforms like Facebook, Twitter/X, LinkedIn or WhatsApp. The preview is controlled by Open Graph meta tags (og:title, og:description, og:image) in your page's HTML head section. Without these tags, platforms attempt to guess the title and description from your page content, often with poor results.
Each social platform reads Open Graph tags slightly differently and has different image dimensions, title length limits and description truncation rules. Facebook uses 1200x630px images and truncates titles at around 65-88 characters. LinkedIn uses similar dimensions but shows more description text. Twitter/X uses 1200x628px for summary_large_image cards and has a 70 character title limit. WhatsApp crops the image to a smaller thumbnail and shows less text. Use this tool to check all four previews simultaneously.
The recommended og:image size is 1200x630 pixels. This works well for Facebook, LinkedIn and Twitter/X. The aspect ratio is 1.91:1. For WhatsApp, ensure key visual elements are centred as it may crop to a square thumbnail. Keep the file under 1MB - a JPEG at 200-500KB loads fastest. The minimum accepted size is 600x315px but smaller images appear blurry on high-DPI screens.
Yes - use the Manual Input mode in this tool. Enter your og:title, og:description, og:image URL and og:url manually without needing to publish the page first. This lets you test how your social previews will look before going live, which is ideal for new pages or when updating existing tags. This is especially important for WhatsApp where there is no official cache-clearing tool - once a link is first shared on WhatsApp, the preview is cached indefinitely.
Facebook caches Open Graph data after the first scrape. After changing your og:image, use the Facebook Sharing Debugger (developers.facebook.com/tools/debug/) to force Facebook to re-scrape your page and clear its cache. Click "Scrape Again" until the new image shows. The cached image may take 24-72 hours to update for users who have already shared the link.
og:type tells social platforms what kind of content you're sharing. Common values: 'website' for standard web pages, 'article' for blog posts and news (enables article metadata on Facebook), 'product' for e-commerce pages, 'video.movie' for videos. Most websites use 'website' or 'article'. Using 'article' enables Facebook to display publish date and author metadata when combined with og:article:published_time and og:article:author tags.
Twitter Card is Twitter's own meta tag system using twitter:card, twitter:title, twitter:description and twitter:image. If Twitter tags are absent, Twitter falls back to og: equivalents. The key difference is twitter:card which sets the card type - 'summary' shows a small square image, 'summary_large_image' shows a large banner image. Always add twitter:card explicitly even if all other Twitter tags fall back to OG, because there is no OG equivalent for the card type selector.
To check Open Graph tags on any website: right-click the page and select "View Page Source" then search for og: to find the meta tags. Or use the Quick Preview mode in this tool and paste the URL - if the site permits cross-origin requests, the tags will be fetched automatically. You can also use your browser's developer tools (F12), go to Elements, and search for meta tags in the head section. The Facebook Sharing Debugger also shows all parsed OG tags from any public URL.
Related tools

More free SEO and web tools