Nothing is fetched or uploaded. Paste the tags from your page source and they are parsed in your browser.
<!-- Open Graph / Facebook / LinkedIn / Slack / Discord --> <meta property="og:type" content="website" /> <meta property="og:url" content="https://toolz.dev/tools/open-graph-preview" /> <meta property="og:title" content="Open Graph Preview: Test Social Cards Before You Ship" /> <meta property="og:description" content="Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a correct meta block." /> <meta property="og:site_name" content="Toolz" /> <meta property="og:image" content="https://toolz.dev/og-image.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:alt" content="Open Graph Preview: Test Social Cards Before You Ship" /> <!-- X / Twitter Card --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://toolz.dev/tools/open-graph-preview" /> <meta name="twitter:title" content="Open Graph Preview: Test Social Cards Before You Ship" /> <meta name="twitter:description" content="Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a correct meta block." /> <meta name="twitter:image" content="https://toolz.dev/og-image.png" /> <meta name="twitter:site" content="@toolz" /> <meta name="twitter:creator" content="@toolz" />

toolz.dev
Open Graph Preview: Test Social Cards Before You Ship
Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a correct meta block.

toolz.dev
Open Graph Preview: Test Social Cards Before You Ship
Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a...

Open Graph Preview: Test Social Cards Before You...
Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your...
toolz.dev

Open Graph Preview: Test Social Cards Before You Ship
toolz.dev
Toolz
Open Graph Preview: Test Social Cards Before You Ship
Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a correct meta block.

Toolz
Open Graph Preview: Test Social Cards Before You Ship
Preview how your link looks on Facebook, X, LinkedIn, Slack, and Discord. Validate your og: tags and copy a correct meta block.

Recommended image: 1200x630 (1.91:1), served over HTTPS at an absolute URL. Platforms cache scraped previews, so re-scrape the URL in each platform's debugger after you ship a change.
An Open Graph Preview tool shows you what a shared link will look like before you publish it. You enter your og:title, og:description, og:image, og:url, and Twitter Card fields — or paste the block of meta tags you already have — and the tool renders approximate social cards for Facebook, X/Twitter, LinkedIn, Slack, and Discord side by side. Instead of pushing a page live, sharing it, and discovering that the title is cut in half or the image never loads, you see the problem while you can still fix it.
The Open Graph protocol is the shared vocabulary that nearly every platform uses to build those cards. A scraper visits your page, reads the og: meta tags in the <head>, and assembles a preview from them. The catch is that each platform renders those same tags differently: X truncates descriptions at roughly 110 characters while Facebook shows closer to 155, LinkedIn hides the description entirely on some surfaces, and Slack collapses everything into a compact attachment. A field that looks fine in one card can be mangled in another, which is why previewing all of them at once is the only reliable check.
This tool runs entirely in your browser and makes no network calls to your site. It does not fetch your URL or scrape your page — it works from the tags you give it, either typed into the form or pasted in as raw HTML and parsed locally. That means you can validate metadata for pages that are behind a login, on a staging domain, or not deployed at all, and nothing you enter is ever uploaded.
Fill in og:title, og:description, og:image, og:url, and the Twitter Card fields. If the page already has meta tags, paste the raw HTML into the parse box and the tool loads every recognised tag into the form for you.
Each field gets a pass, warning, or fail status against real platform limits: title length, description length for both X and Facebook, whether the image URL is absolute and HTTPS, and whether your handles are valid.
Review the Facebook, X large-image, X summary, LinkedIn, Slack, and Discord cards. Trim your title or description until every card reads cleanly, and confirm the image loads at the right aspect ratio.
Copy the finished <meta> tag block and paste it into your page head, or feed the values into your framework metadata API. Then re-scrape the URL in each platform debugger to clear any cached preview.
Renders approximate Facebook, X (both card styles), LinkedIn, Slack, and Discord cards from the same set of tags so you can spot the platform that breaks
Drop in a page head or a loose block of meta HTML and the built-in parser loads every og: and twitter: tag it recognises straight into the form
Pass, warn, and fail statuses for every field against current platform limits, including the different description limits used by X and Facebook
Flags relative paths, non-HTTPS images, and missing images, and reminds you of the 1200x630 (1.91:1) recommendation that every large-image card assumes
Generate SEO, Open Graph, and Twitter Card meta tags for any page, with live preview and length checks
Turn any title or text into a clean, SEO-friendly URL slug — with accent transliteration, hyphen or underscore separators, stop-word removal, and batch mode.
Encode and decode URLs, query strings, and form data with encodeURIComponent, encodeURI, or form-urlencoded modes
0 comments
No comments yet. Be the first to share your thoughts!