🚀 New: PostEverywhere MCP — schedule from Claude Code, Cursor, Codex & more →🚀 PostEverywhere MCP — Claude Code, Cursor, Codex →
PostEverywhere
PostEverywhere Logo
Pricing
Features
Social Media Management

All-in-one platform for every workflow

Social Media Scheduler

Schedule to 8 platforms from one dashboard

Content Calendar

Visual drag-and-drop content planner

Publishing

Create and distribute across platforms

Automation

Auto-post at optimal times with AI

AI Content Generator

Generate captions, images & videos

AI Image Generator

Create visuals from text prompts

Analytics

Track performance across platforms

Multi-Account

Manage up to 40 accounts

Bulk Scheduling

Upload CSV & schedule hundreds of posts

Platforms
Instagram

Posts, Reels, Stories & Carousels

LinkedIn

Profiles & company pages

TikTok

Videos & photo carousels

Facebook

Pages, groups & Reels

X

Posts, threads & media

YouTube

Videos, Shorts & community

Threads

Text posts & media

Bluesky

Posts on the AT Protocol

Telegram

Channel & group broadcasts

Discord

Server channel announcements

Pinterest

Pins & idea pins

API Docs
Resources
Blog

Social media tips and strategies

Free Tools

30+ free social media utilities

AI Models

Browse 50+ AI image & video models

How‑To Guides

Step-by-step tutorials

Support

Help center & contact

For Agencies

Multi-client management at scale

For Creators

Grow your audience everywhere

Log inJoin with GoogleStart 7 day free trial
Pricing
Features
  • Social Media Management
  • Social Media Scheduler
  • Content Calendar
  • Publishing
  • Automation
  • AI Content Generator
  • AI Image Generator
  • Analytics
  • Multi-Account
  • Bulk Scheduling
Platforms
  • Instagram
  • LinkedIn
  • TikTok
  • Facebook
  • X
  • YouTube
  • Threads
  • Bluesky
  • Telegram
  • Discord
  • Pinterest
API Docs
Resources
  • Blog
  • Free Tools
  • AI Models
  • How‑To Guides
  • Support
  • For Agencies
  • For Creators
Log in
  1. Home
  2. /
  3. Free Tools
  4. /
  5. Twitter Card Validator

Free Twitter Card Validator

Preview how your URL renders as an X Card. Validate twitter:card, twitter:image, and OG fallback tags in one click.

X's official cards-dev.x.com validator is broken — this is a working replacement.

What is a Twitter Card?

A Twitter Card (officially renamed to X Card after the 2023 rebrand, though most developers and SEO tools still call them Twitter Cards) is a rich media preview that displays when someone shares a URL on X / Twitter. Instead of a bare URL, your link unfurls into a styled card with an image, title, description, and domain — dramatically improving click-through rate.

There are four card types, controlled by the twitter:card meta tag:

  • summary — small square thumbnail (144x144 min) beside the title and description. Best for short content and link aggregators.
  • summary_large_image — large hero image (1200x628 recommended) above the title. The default for most blogs, articles, and product pages.
  • player — embedded audio/video player. Requires HTTPS, an iframe URL, and approval from X via the developer portal.
  • app — mobile app install card, deep-linking to iOS or Android app stores.

Most modern sites use summary_large_image because the larger visual real estate drives 2-3x higher click-through rates than the small summary card. If you're also publishing to other networks, our free OG image checker validates the Open Graph tags that Facebook, LinkedIn, and Slack use.

Twitter Card Image Size Requirements 2026

Card typeMin sizeRecommendedAspect ratio
summary144x144400x4001:1
summary_large_image300x1571200x6281.91:1
player262x262640x6401:1
appApp iconAutoN/A

Max file size: 5MB for static JPG/PNG/WEBP, 15MB for animated GIF. All images must be served over HTTPS — http:// URLs are silently rejected by X. Need exact dimensions for every platform? Check our 2026 social media image sizes guide, or resize an image to fit X's spec with our X image resizer.

Twitter Card Meta Tag Reference

Drop these tags into the <head> of your HTML. At minimum, set twitter:card and an image — everything else has sensible fallbacks via Open Graph.

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

<!-- Strongly recommended -->
<meta name="twitter:title" content="Your post title (≤ 70 chars)" />
<meta name="twitter:description" content="A compelling summary (≤ 200 chars)" />
<meta name="twitter:image" content="https://example.com/preview.jpg" />
<meta name="twitter:image:alt" content="Descriptive alt text for accessibility" />

<!-- Optional but useful -->
<meta name="twitter:site" content="@yourbrand" />
<meta name="twitter:creator" content="@author" />

<!-- Open Graph fallbacks (X uses these if twitter:* missing) -->
<meta property="og:title" content="Your post title" />
<meta property="og:description" content="A compelling summary" />
<meta property="og:image" content="https://example.com/preview.jpg" />
<meta property="og:url" content="https://example.com/this-page" />
<meta property="og:type" content="article" />

If you're writing X content regularly, save the boilerplate above as a snippet — and use our X post generator or X thread maker to draft the copy that goes with each shared link.

Why X's Official Validator Stopped Working

The official Twitter Card validator lived at cards-dev.twitter.com/validator for nearly a decade. After Twitter rebranded to X in 2023, the URL was redirected to cards-dev.x.com — but the tool itself was deprecated. Today it either returns errors, redirects you to a login wall, or fails to render previews even when your tags are perfect.

X has not released a replacement. They also removed the "preview card" feature from the X Developer Portal and the "Refresh card cache" option that used to let publishers force a re-crawl. The community has been complaining since 2023, but X has shown no signs of restoring the validator.

This free tool fills that gap. It parses your page's twitter:* and og:* meta tags server-side, applies X's documented fallback rules, and renders a faithful visual preview of both card layouts. If you're building a content workflow that publishes to multiple networks, our social media scheduler previews every card and post before you hit publish.

Troubleshooting Twitter Cards Not Showing

1. X cached an old preview

X cards typically cache for 7 days. There's no manual refresh since cards-dev was retired. Workaround: append ?v=2 to your URL when sharing, or wait it out. Always validate before first share.

2. Robots.txt is blocking Twitterbot

X uses a crawler called Twitterbot to fetch meta tags. If your robots.txt disallows it, no card will render. Check that your robots.txt allows Twitterbot user-agent or doesn't block / globally.

3. Image dimensions are wrong

Images below the minimum size (144x144 for summary, 300x157 for summary_large_image) are silently rejected. Files over 5MB fail too. Resize with our X image resizer or use 1200x628 to stay safely within spec.

4. Meta tags are missing or malformed

Common mistakes: using property="twitter:card" instead of name="twitter:card", omitting the twitter:image tag entirely, or pointing to a relative image URL. Always use absolute HTTPS URLs and the name= attribute for Twitter tags.

5. Your URL redirects and X is caching the wrong target

If example.com/page redirects to example.com/page/, X may have cached the meta tags from the redirect destination only. Make sure both URLs return identical meta tags, or set up a canonical that always resolves to the live page.

Need help managing the full publishing workflow? Our X scheduler lets you preview every post — card included — and schedule across all your X accounts. Pair it with our X bio generator if you're also optimising your profile.

More Resources

X tools
  • X scheduler
  • X image resizer
  • X post generator
  • X thread maker
  • X bio generator
Related validators
  • OG image checker
  • Social media image sizes
  • Social media scheduler
  • Social media management guide
  • PostEverywhere pricing
Official docs
  • X Cards documentation
  • Open Graph protocol
  • Facebook sharing debugger

How to Use the Twitter Card Validator

1

Paste your URL

Drop the full URL of any page (including https://). The tool fetches the live HTML and parses every twitter:* and og:* meta tag.

2

Review the preview

See a faithful render of how the card will appear on X — summary or summary_large_image — plus a full table of detected tags and char counts.

3

Fix the issues shown

Address any red errors or amber warnings, redeploy, and validate again. Cards usually update on X within 7 days (no manual refresh available).

Twitter Card Validator FAQ

More Free Tools

OG Image Checker
Validate Open Graph tags
X Image Resizer
Resize for X spec
X Post Generator
AI-write your posts
Social Media Image Sizes
Every dimension, every platform

Ready to Level Up Your Social Media?

Schedule posts to Instagram, TikTok, LinkedIn, YouTube, X, Facebook, Pinterest, and Threads from one dashboard. AI-powered content creation, visual calendar, and smart scheduling included.

Start Free 7-Day Trial

Cancel anytime

Footer

PostEverywhere

The all-in-one platform for social media management and growth. Built for marketing teams in the US, UK, Canada, Australia & Europe.

XLinkedInInstagram

Product

  • Features
  • Platforms
  • Industries
  • Small Business
  • Pricing
  • Developers
  • Resources

Features

  • Social Media Scheduling
  • Calendar View
  • AI Content Generator
  • AI Image Generator
  • Best Time to Post
  • Cross-Posting
  • Multi-Account Management
  • Workspaces
  • Bulk Scheduling
  • Agents
  • Campaign Management
  • Analytics

Integrations

  • Instagram Integration
  • LinkedIn Integration
  • TikTok Integration
  • Facebook Integration
  • X Integration
  • YouTube Integration
  • Threads Integration
  • Bluesky Integration
  • Telegram Integration
  • Discord Integration
  • Pinterest Integration

Resources

  • Resources Hub
  • How-To Guides
  • Blog
  • API Docs
  • Help

Free Tools

  • Post Previewer
  • Viral Score Predictor
  • Engagement Calculator
  • Content Repurposer
  • 30-Day Content Generator
  • Grid Previewer
  • Viral Hook Generator
  • Hashtag Generator
  • Character Counter
  • UTM Link Builder

Developers

  • API Reference
  • Node.js SDK (npm)
  • SDK on GitHub
  • Claude Code MCP (npm)
  • MCP on GitHub
  • OpenAPI Spec

Company

  • Contact
  • Privacy
  • Terms

Platform Partners

  • Instagram for Business
  • LinkedIn Marketing
  • TikTok for Business
  • Facebook for Business

© 2026 PostEverywhere. All rights reserved.