>Fafa Dev Tools

Open Graph Preview

Preview how your URL appears when shared on Facebook, LinkedIn, and Twitter. Generate Open Graph and Twitter Card meta tags. Free online OG preview tool.

Social Media Preview

Image Preview (1200 x 630)

example.com

Page Title

Page description will appear here

Preview simulates Facebook / LinkedIn link card appearance

<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">

What is Open Graph Preview?

Open Graph (OG) is a protocol created by Facebook that allows web pages to control how they appear when shared on social media. OG meta tags define the title, description, image, and URL shown in the social media link card. Twitter uses a similar system called Twitter Cards. Without these tags, social platforms guess what to show, often picking the wrong image or title.

How to Use

  1. Enter the page URL, title, and description
  2. Add an image URL (recommended size: 1200x630 pixels for Facebook/LinkedIn)
  3. Optionally add a site name for branding
  4. Preview the social media card as it would appear on Facebook and LinkedIn
  5. Copy the generated OG and Twitter Card meta tags into your HTML <head>

Examples

Blog post sharing

InputURL: example.com/blog/post-1 | Title: Getting Started with SEO | Image: hero.jpg
OutputOG title, description, image, and URL tags + Twitter Card tags generated

Product page

InputURL: shop.example.com/widget | Title: Super Widget - $29.99
OutputOG tags + Twitter Card tags with product image preview

Frequently Asked Questions

What image size should I use for OG images?

1200x630 pixels is the recommended size for Facebook and LinkedIn. Twitter summary_large_image cards also use this ratio. The minimum is 600x315. Images smaller than 600 pixels may appear as small thumbnails instead of large cards.

Why is my social preview not updating?

Social platforms cache OG data aggressively. Facebook and LinkedIn have debugging tools (Facebook Sharing Debugger, LinkedIn Post Inspector) to force a refresh. Twitter has a Card Validator. After updating your meta tags, use these tools to clear the cache.

Do I need both OG tags and Twitter Card tags?

Twitter falls back to OG tags when Twitter Card tags are not present. However, for the best control, include both. The tool generates both sets of tags automatically.