preview how your link appears on Facebook, Twitter, LinkedIn, Discord, and Slack. fetches real OG tags from any URL.
Paste any URL and see how it renders as a link preview on Facebook, LinkedIn, Twitter, Slack, iMessage, and other platforms — pulling the page's actual Open Graph and Twitter Card metadata. Find missing tags, broken images, or title truncation before you publish.
Open Graph is a small set of HTML meta tags introduced by Facebook in 2010 to standardize how a page describes itself for social sharing. The core tags:
<meta property="og:title" content="Page title shown in the card" />
<meta property="og:description" content="Subtitle text under the title" />
<meta property="og:image" content="https://example.com/preview.jpg" />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:type" content="website" />When someone pastes the URL into Slack or LinkedIn or iMessage, the platform fetches the page, looks for these tags, and renders the card from them. No tags means no card — just a bare URL.
A few specific failure modes account for 90% of broken OG previews:
og:image must be absolute, with a full https:// protocol. Relative URLs (/preview.jpg) get rejected by every consumer.Twitter (now X) historically used its own metadata format (twitter:card, twitter:title, etc.) that overlaps with Open Graph. In practice, X falls back to OG tags when the Twitter-specific ones are absent, so most pages can skip the Twitter-specific tags entirely. The exception is twitter:card, which controls whether you get a small or large image card.
The single highest-leverage OG tag
og:image.Paste a URL and the tool fetches the page server-side (this is one of the few tools on Persimmon that does so — it has to, because OG fetching is exactly what it simulates). The resulting metadata is parsed and rendered in cards that match how each major platform actually displays it. The page you paste is the only thing fetched; no analytics, no profile-building, no logging beyond what is needed to return your result.
Paste any URL and see how it renders as a link preview on Facebook, LinkedIn, Twitter, Slack, iMessage, and other platforms — pulling the page's actual Open Graph and Twitter Card metadata. Find missing tags, broken images, or title truncation before you publish.
Open Graph is a small set of HTML meta tags introduced by Facebook in 2010 to standardize how a page describes itself for social sharing. The core tags:
<meta property="og:title" content="Page title shown in the card" />
<meta property="og:description" content="Subtitle text under the title" />
<meta property="og:image" content="https://example.com/preview.jpg" />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:type" content="website" />When someone pastes the URL into Slack or LinkedIn or iMessage, the platform fetches the page, looks for these tags, and renders the card from them. No tags means no card — just a bare URL.
A few specific failure modes account for 90% of broken OG previews:
og:image must be absolute, with a full https:// protocol. Relative URLs (/preview.jpg) get rejected by every consumer.Twitter (now X) historically used its own metadata format (twitter:card, twitter:title, etc.) that overlaps with Open Graph. In practice, X falls back to OG tags when the Twitter-specific ones are absent, so most pages can skip the Twitter-specific tags entirely. The exception is twitter:card, which controls whether you get a small or large image card.
The single highest-leverage OG tag
og:image.Paste a URL and the tool fetches the page server-side (this is one of the few tools on Persimmon that does so — it has to, because OG fetching is exactly what it simulates). The resulting metadata is parsed and rendered in cards that match how each major platform actually displays it. The page you paste is the only thing fetched; no analytics, no profile-building, no logging beyond what is needed to return your result.
PDF utilities, image tools, developer helpers — all free, no signup.
Encode text or files to Base64, or decode Base64 back to text and files.
Convert SVG files to high-resolution PNG at any scale.
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes for text or files.
Add text or logo watermarks to photos with custom position, opacity, and tiling.
Live regex tester and debugger.
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more.