You spend weeks building a website. You paste the link into WhatsApp or Facebook to show your friends, and... no image appears. Just a boring gray box and a random sentence.

The Open Graph Preview tool simulates how social media bots see your site.

What is Open Graph?

Created by Facebook in 2010, the Open Graph protocol allows web pages to become rich objects in a social graph. It uses tags like:

  • og:title: The bold headline.
  • og:description: The snippet text.
  • og:image: The thumbnail (Crucial!).
  • og:url: The canonical URL.

Twitter Cards

Twitter has its own extension. You can choose between summary (small image) and summary_large_image (big, bold image). Our tool previews both.

Common Issues We Help Fix

  1. Image Size: Facebook implies 1200x630 pixels. If your image is too small, it won't render.
  2. Caching: Facebook caches your link for 30 days. If you changed the image but still see the old one, you need to force a scrape (we provide links to the official debuggers).
  3. Missing Protocol: Using // instead of https:// sometimes confuses parsers.