MentorMakers Login Sign up

Do More with MentorMakers

Free tools. Powerful features. Built for a smarter tomorrow.

  • 129 Free Tools
  • Most tools — no signup
  • Temporary files handled for processing
  • AI Assistant built in
  • Made in Pakistan 🇵🇰
Explore All Tools
SEO & Website Optimization Sep 25, 2026 · 2 min read

Why Your Link Preview Shows the Wrong Image

When a link preview shows the wrong image or title on Facebook, WhatsApp or LinkedIn — what causes it and how to fix it.

M By the Mentor Makers team
Why Your Link Preview Shows the Wrong Image

You share a link expecting the right image to appear, and instead something else shows up — a logo, the wrong article's image, a placeholder, or nothing. This is one of the most common social sharing frustrations, and the cause is almost always one of three things: cached data, missing Open Graph tags, or the wrong image specified.

The Three Causes

1. Cached Old Preview

Social platforms cache link previews when they first crawl a URL. If you changed the image or Open Graph tags after the first share, the platform is still showing the old version from its cache.

Fix: use the platform's debugging tool to force a fresh crawl:

  • Facebook: developers.facebook.com/tools/debug/ → enter the URL → click "Fetch new information".
  • LinkedIn: linkedin.com/post-inspector/ → enter the URL → click "Inspect".
  • Twitter/X: cards-dev.twitter.com/validator → enter the URL.
  • WhatsApp: clears its cache after some time, or you can append ?v=2 to the URL as a workaround to show a fresh preview.

2. Missing or Incorrect Open Graph Tags

If a page doesn't have explicit og:image tags, each platform guesses what image to use — often with different and unpredictable results.

Fix: add correct Open Graph tags to the page. Use the Open Graph Generator to generate them. See what are Open Graph tags for the full setup guide.

3. A Default Site Image Overriding Per-Page Images

Many CMS setups use a single fallback Open Graph image for the whole site. Individual pages without their own og:image tag inherit this fallback.

Fix: set a specific og:image for each important page in your CMS. In WordPress, SEO plugins (like Yoast or RankMath) let you set a unique image per page in their social settings.

Checking What's Currently Set

Before debugging, see what tags the page actually has:

  1. Right-click the page in a browser → "View Page Source".
  2. Search (Ctrl/Cmd+F) for og:image.
  3. Check whether the tag exists and what URL it points to.

If the tag is missing entirely, that's the problem. If it points to the wrong image, update the tag to the correct URL.

Image Requirements for a Good Preview

PlatformRecommended image size
Facebook1200×630 px
LinkedIn1200×627 px
Twitter/X1200×600 px
WhatsApp1200×630 px

A 1200×630 pixel image works well across all platforms as a single size. See what are Open Graph tags for the full tagging guide.

WhatsApp generates link previews using Open Graph tags when a URL is typed directly into a chat. WhatsApp's cache is harder to force-refresh than Facebook's — appending a query parameter to the URL (?v=2) can sometimes trigger a fresh fetch. The most reliable approach for important shared links is to test the preview before sharing widely by sending the link to yourself first and checking how it appears. For generating correct Open Graph tags from scratch, see what are Open Graph tags and use Open Graph Generator.

#link preview wrong image #og image fix #social sharing image

Frequently Asked Questions

Why does Facebook show the wrong image when I share my link?

Usually because Facebook cached an old version of the page. Use the Facebook Sharing Debugger to force a refresh, or add/update Open Graph meta tags if they were missing or wrong.

Why does a different page's image show when I share my link?

Your page may be inheriting an Open Graph image from another page (a default site image, or the homepage's image). Add explicit og:image tags to the specific page.

How long does it take for a corrected preview to appear?

After forcing a refresh with a social platform's debugger, the new preview usually appears within minutes. On platforms without a debugger, caches can persist for hours or days.

Why does the preview look different on different platforms?

Facebook, LinkedIn, Twitter and WhatsApp all have slightly different rules for how they display previews. Adding complete Open Graph tags covers all of them with a sensible baseline.

Try it yourself

Do it in seconds Free

Every tool on MentorMakers is free — or just tell the AI Assistant what you need.

Browse all tools

0 Comments

Log in to comment

← Back to blog

Advertisement
Processing your file…
This can take a few seconds for larger files.
Bookmark this page
Press Ctrl+D for quick access next time