Link Preview Tester

Social Media Preview Fixer - Open Graph Debugger & Validator

Social Media Preview Fixer

Broken links kill click-through rates. Paste your URL to instantly preview how it looks on Facebook, Twitter/X, LinkedIn, and WhatsApp.

100
Health Score
META TAGS GENERATOR
Facebook
Twitter / X
LinkedIn
WhatsApp
Discord

The Ultimate Guide to Fixing Broken Social Media Links (Open Graph & Twitter Cards)

Have you ever pasted a link to your website on Facebook, WhatsApp, or Twitter, only to see a boring gray box instead of a beautiful image? Or worseโ€”an old, outdated title? This is a common problem known as "Broken Social Media Previews," and it can drastically reduce your click-through rates.

This Social Media Preview Fixer tool helps you instantly visualize, diagnose, and fix these issues without needing to share the link publicly first. Below is a comprehensive guide on how social previews work, why they break, and how to fix them for every major platform.

What are Link Previews and Why Do They Matter?

When you share a URL on social platforms, their bots (crawlers) visit your site to look for specific metadata. This metadata tells them which image to display, what title to use, and how to describe the page. If this data is missing, the platform makes a guessโ€”often resulting in a broken or ugly preview.

These previews are powered by two main standards:

  • Open Graph Protocol (og:tags): Created by Facebook, this is the industry standard used by Facebook, LinkedIn, Pinterest, Discord, and WhatsApp.
  • Twitter Cards (twitter:tags): A specific set of tags used exclusively by X (formerly Twitter) to display large images and summaries.

Studies show that social posts with rich media previews get up to 40% more engagement than plain text links. Fixing your previews isn't just about aesthetics; it's about traffic.

How to Use the Social Media Preview Fixer Tool

Our tool simplifies the debugging process. Here is a step-by-step guide to using it effectively:

  1. Paste Your URL: Enter the full website address (e.g., https://yoursite.com) into the input box above.
  2. Run the Analysis: Click "Fix My Preview". Our engine will simulate a social media crawler and fetch your site's Open Graph data.
  3. Check the Tabs: Toggle between Facebook, Twitter, LinkedIn, and WhatsApp tabs to see exactly how your link will appear on each app.
  4. Review the Checklist: Look at the "Health Score" panel on the left. It will highlight critical errors like "Missing Image" or "Title too long."
  5. Get the Fix Code: Click the "Get Fix Code" button to generate the exact HTML meta tags you need to paste into your website's header.

Common Issues & How to Fix Them

1. The "Missing Image" Problem

This is the most common error. If Facebook or WhatsApp shows a blank gray square, it means they couldn't find an og:image tag, or the image URL is broken.

The Fix: Ensure you have the following tag in your <head> section. Make sure the image URL is absolute (starts with https://), not relative.

<meta property="og:image" content="https://yoursite.com/images/share.jpg" />

2. WhatsApp Showing Small Square instead of Large Image

WhatsApp is strict about image sizes. If your image is too heavy (over 300KB) or the wrong aspect ratio, WhatsApp might ignore it or crop it awkwardly.

The Fix: Use an image that is 1200 x 630 pixels (aspect ratio 1.91:1) and try to keep the file size under 300KB. This same size works perfectly for Facebook and LinkedIn.

3. LinkedIn Showing Old Title/Image

You updated your website, but LinkedIn is still showing the old photo? This happens because LinkedIn "caches" (remembers) your link data for 7 days.

The Fix: You need to force LinkedIn to clear its cache. Use the official LinkedIn Post Inspector. Simply entering your URL there once will instantly refresh the cache for everyone.

Platform-Specific Optimization Guide

Optimizing for Facebook

Facebook uses the Open Graph standard strictly. Essential tags include:

  • og:title: Keep it under 60 characters to prevent truncation.
  • og:description: Keep it under 2-4 sentences.
  • og:url: The canonical URL of the page.
  • fb:app_id: Optional, but helpful for analytics.

Optimizing for Twitter (X)

Twitter requires its own special tags to show the "Large Image" card, which performs best. Without this tag, you get a tiny thumbnail.

Crucial Tag:

<meta name="twitter:card" content="summary_large_image" />

Optimizing for WhatsApp & Discord

Both apps rely on Open Graph. However, Discord has a specific quirk: if your og:image is too massive (e.g., 4000px wide), Discord might fail to load it. Stick to the 1200x630px standard. Also, Discord uses the meta name="theme-color" tag to color the vertical bar next to the embed.

How to Add Meta Tags to Your CMS

For WordPress Users

You don't need to touch code. Install an SEO plugin like Yoast SEO or RankMath. Go to the "Social" tab in the plugin settings for your post, and you can upload a specific Facebook Image and Twitter Image there. The plugin handles the code generation automatically.

For React / Next.js Developers

If you are building a Single Page Application (SPA), crawlers might have trouble executing your JavaScript. Use Next.js Head or React Helmet to inject meta tags server-side (SSR) or statically generation (SSG). Dynamic Open Graph images (using libraries like @vercel/og) are highly recommended for dynamic content.

Frequently Asked Questions (FAQ)

Why isn't my preview updating after I changed the code?

Social networks cache your content to save bandwidth. Changes aren't immediate. You must use their debug tools to "scrape again." For Facebook, use the Sharing Debugger. For LinkedIn, use the Post Inspector. For Twitter, use the Card Validator.

What is the best image size for all platforms?

The universal safe size is 1200 x 630 pixels. This works for Facebook, Twitter (Large Card), and LinkedIn. For the image file type, JPG or PNG is best. WebP is supported by most but not all older crawlers.

Does this affect SEO ranking?

Indirectly, yes. While Google doesn't use og:image for ranking search results, social signals and click-through rates (CTR) from social shares drive traffic. A broken preview usually results in near-zero engagement on social media, killing your content's viral potential.

Why does WhatsApp show no image?

WhatsApp is the most sensitive platform. Ensure your URL is served over HTTPS (SSL). Also, ensure the image is less than 300KB. WhatsApp sometimes fails to download larger images on mobile data connections.

599 Views
Do you accept cookies?

We use cookies to enhance your browsing experience. By using this site, you consent to our cookie policy.

cookies policy