Free Open Graph Preview Tool

Instantly validate and preview how your website URLs will look when shared on Facebook, Twitter, and LinkedIn.

Enter a URL and click Preview URL to generate social cards.

Facebook Debugging

Facebook uses the Open Graph protocol to construct its link previews. By validating your `og:image` and `og:title`, you ensure your content looks engaging and clickable in the news feed.

Twitter Cards

Twitter relies on `twitter:card` meta tags. Our tool instantly shows you if your URL will render as a small summary card or a highly visible summary_large_image card.

LinkedIn Validation

LinkedIn primarily relies on Open Graph data, but it truncates titles and ignores descriptions in certain feed views. Preview your link to ensure your core message is still visible.

What is Open Graph and Why Do You Need a Preview Tool?

When you share a link on a social media platform like Facebook, Twitter, or LinkedIn, you usually see an automatic preview consisting of a large image, a bold title, and a short description. This preview isn't randomly generated—it is explicitly defined by Open Graph (OG) tags in the HTML of the shared webpage.

The Open Graph protocol was originally created by Facebook in 2010 to allow any webpage to become a rich object in a social graph. Since then, almost every major platform—including LinkedIn, Slack, Discord, and iMessage—has adopted Open Graph as the standard for link previews. Without these tags, social networks are forced to guess what your page is about, often resulting in broken images or irrelevant text being displayed, which drastically lowers your Click-Through Rate (CTR).

The Core Open Graph Tags You Must Include

To ensure your link looks professional across the web, you need to include at least the following four essential meta tags in the <head> section of your HTML:

Understanding Twitter Cards

While Twitter falls back on Open Graph tags if nothing else is available, it prefers its own proprietary markup known as Twitter Cards. To guarantee your content looks perfect on X (formerly Twitter), you should specify a twitter:card tag. The two most common types are summary (a small square image) and summary_large_image (a full-width hero image).

Frequently Asked Questions (FAQs)

Why is my og:image not showing up on Facebook?
There are several common reasons for a broken image preview:
  • The image URL provided in the tag is a relative path instead of an absolute URL (e.g., /img/pic.jpg instead of https://example.com/img/pic.jpg).
  • The image file size exceeds Facebook's 8MB limit.
  • The social network has aggressively cached an older version of your page. You may need to use the official Facebook Sharing Debugger to clear their cache.
What is the recommended size and aspect ratio for an Open Graph image?
The industry standard size for an Open Graph image (and Twitter summary_large_image) is 1200 x 630 pixels, which is an aspect ratio of 1.91:1. Using this exact dimension guarantees that your image will scale beautifully across mobile and desktop feeds without any awkward cropping on the top or bottom edges.
How does this tool extract the meta tags?
When you input a URL, our secure backend server performs an HTTP GET request to the target website, mimicking a standard web crawler. It parses the returned HTML document specifically looking for <meta> elements with property="og:*" or name="twitter:*" attributes. It then processes these values to generate the live visual mockups you see on the screen.