Blog
Custom Print on Demand Apparel — Free Storefront for Your Business
Wild & Free Tools

How to Preview Open Graph Tags on LinkedIn, WhatsApp & Discord Before Sharing

Last updated: April 20268 min readSEO Tools

LinkedIn, WhatsApp, and Discord all read Open Graph tags differently — and each has its own image size preferences and caching quirks. Here is how to preview exactly what your link will look like on each platform before you share it.

You have just published a blog post. The og:title is set, the og:image looks great in your CMS preview. You share it on LinkedIn — and the image is cropped weirdly, showing half your logo and half of someone's face. You paste it into your Discord server — and the wrong description appears. You send it in a WhatsApp group — and there is no image preview at all. Same URL, same OG tags, three completely different results.

This happens because each platform interprets OG tags with its own rendering logic, caching rules, and fallback behavior. Here is exactly what each platform does and how to get consistent, professional previews everywhere.

How Each Platform Reads OG Tags

PlatformReads og:titleReads og:descriptionog:image Size RecommendedHas Own DebuggerCaching BehaviorFallback When Tags Missing
Facebook✓ Yes✓ Yes1200x630px✓ Sharing Debugger~Aggressive (days-weeks)Scrapes page title + first image
Twitter/X✓ Fallback from twitter:title✓ Fallback from twitter:description800x418px (summary_large_image)✗ Deprecated 2022~7 days typicalUses title tag + no image
LinkedIn✓ Yes✓ Yes1200x627px✓ Post Inspector~24 hours typicalPulls page title + first image found
WhatsApp✓ Yes✓ Yes1200x630px (compressed)✗ No debugger~Very aggressive (days)Shows URL only, no preview card
Discord✓ Yes✓ Yes1200x630px (displays large)✗ No debugger~Minutes to hoursShows URL text only
Slack✓ Yes✓ Yes1200x630px✗ No debugger~HoursShows URL with minimal preview

LinkedIn Post Inspector

LinkedIn is one of the more predictable platforms for OG previews, and they provide a testing tool. Here is how to use it:

  1. Go to linkedin.com/post-inspector/
  2. Paste your URL and click Inspect
  3. LinkedIn shows the cached preview — og:title, og:description, og:image
  4. If the data is outdated, click the refresh button to force a re-fetch
  5. LinkedIn usually updates the cached data within minutes

LinkedIn quirks to know:

WhatsApp Link Preview Quirks

WhatsApp is the most unpredictable platform for OG previews. Here is what you need to know:

Best practices for WhatsApp previews:

  1. Use a small, optimized og:image (under 300KB for fastest loading on mobile)
  2. Keep og:title under 40 characters — WhatsApp truncates aggressively
  3. Keep og:description under 100 characters
  4. Use high-contrast images that survive heavy compression
  5. Test by sending the link to yourself before sharing publicly

Discord Embed Previews

Discord is one of the best platforms for OG tag support. It renders rich, visually appealing embeds for shared links with features other platforms do not offer:

Discord-specific tips:

Slack Link Previews

Slack unfurls links in channels and direct messages using OG tags. The preview is compact compared to Discord but still effective:

The One OG Setup That Works Everywhere

You do not need platform-specific tags for every platform. This single set of tags works across Facebook, Twitter/X, LinkedIn, WhatsApp, Discord, and Slack:

<!-- Universal OG tags -->
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="A compelling summary under 150 characters">
<meta property="og:image" content="https://yoursite.com/image-1200x630.jpg">
<meta property="og:url" content="https://yoursite.com/page/">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Your Brand Name">

<!-- Twitter-specific (only one tag needed) -->
<meta name="twitter:card" content="summary_large_image">

<!-- Discord branding (optional but recommended) -->
<meta name="theme-color" content="#yourcolor">

That is 8 tags total. This setup covers every major platform. Twitter falls back to OG tags for everything except the card type. Discord picks up the theme-color for sidebar branding. LinkedIn, WhatsApp, Slack, and Facebook all read the same core OG tags.

Platform-Specific Meta Tags Beyond OG

Some platforms support additional meta tags beyond the Open Graph standard:

TagPlatformPurposeExample
twitter:cardTwitter/XSets card type (summary, summary_large_image)summary_large_image
twitter:siteTwitter/XYour Twitter handle for attribution@yourhandle
theme-colorDiscord, Chrome mobileAccent color for embeds and browser chrome#58a6ff
og:videoDiscord, FacebookURL for inline video playback in embedshttps://yoursite.com/video.mp4
og:image:widthFacebook, LinkedInImage dimensions (speeds up rendering)1200
og:image:heightFacebook, LinkedInImage dimensions (speeds up rendering)630
og:localeFacebookLanguage and region for the contenten_US
article:published_timeFacebook, LinkedInPublication date for articles2026-04-02T00:00:00Z

Debugging Cross-Platform Preview Issues

When the same URL shows different previews on different platforms, here is the systematic way to debug:

  1. Check OG tags first. Use our Open Graph Checker to see exactly what tags are present and whether any are malformed or missing.
  2. Verify the image is accessible. Open the og:image URL directly in a browser. If it 404s, redirects, or takes more than 3 seconds to load, some platforms will skip it.
  3. Check for platform-specific overrides. Some CMS platforms add twitter:image or other tags that override og:image for specific platforms. Look for conflicting tag values.
  4. Clear platform caches individually. Facebook: Sharing Debugger scrape. LinkedIn: Post Inspector refresh. Twitter: wait 7 days or use query parameter trick. Discord: usually updates within minutes. WhatsApp: wait or test with a query parameter appended.
  5. Test with the actual platform. After validating tags, share the URL on each platform. Use private accounts or test channels for LinkedIn, Discord, and Slack. Send to yourself on WhatsApp.

Tools for Cross-Platform OG Testing

Preview your OG tags across every platform — paste any URL and see what LinkedIn, WhatsApp, and Discord will display.

Open OG Checker
Launch Your Own Clothing Brand — No Inventory, No Risk