TechCompare LogoTechCompare

Twitter Card types explained: summary, summary_large_image, player, and app cards

Use summary_large_image for content pages. Use summary for utility and reference pages. Skip player and app cards unless you work at a company with a Twitter Ads account and a whitelisted domain.

Twitter Cards control how your URL appears when shared on X (formerly Twitter). The four types are summary (small square thumbnail + title + description), summary_large_image (full-width hero image + text below), player (embedded video or audio), and app (direct app install link). Most websites need only summary_large_image for articles and summary for everything else.

By TechCompare · Updated

Platform or focus
Platforms
Social media and messaging apps
Topic detail
Twitter Card types
twitter-cards

How this is calculated

summary_large_image is the best choice for blog posts, product pages, and landing pages. It shows a prominent 1.91:1 image above the title and description, taking up roughly 30% more vertical space in the timeline than a summary card. The summary card is useful for pages where the image is secondary (documentation, API references, list pages). The player card requires Twitter whitelisting and is mainly used by YouTube, Vimeo, and major media publishers. The app card is for mobile app install campaigns and requires a Twitter Ads account. Each card type needs specific meta tags: twitter:card, twitter:title, twitter:description, twitter:image, and optionally twitter:site and twitter:creator.

Verdict

summary_large_image puts the 1.91:1 hero above the title and adds about 30% more timeline height, which is why it fits blog posts and product pages. The summary card is the better pick for docs and reference pages where the image is secondary to the title. Player needs Twitter whitelisting and is mostly reserved for YouTube and large publishers. Each card pulls its own twitter:title, twitter:description, and twitter:image tags.

More OG scenarios

Frequently asked questions

What are the four Twitter Card types?
Summary (small square thumbnail with title and description), summary_large_image (full-width 1.91:1 hero image with text below), player (embedded video or audio), and app (direct app install link). Most websites only ever need the first two. Player requires Twitter whitelisting, and app cards sit behind a Twitter Ads account.
Should I use summary or summary_large_image?
summary_large_image for content pages: blog posts, product pages, landing pages. It takes roughly 30% more timeline height and pulls the eye to the headline. The smaller summary card fits utility surfaces like docs, API references, and index pages where a giant hero image would distract from a text-first share.
Why is my twitter:card being ignored?
Usually caching. Twitter's crawler stores the fetched card and won't re-read your updated tags until the cache expires or you force a re-scrape through the Card Validator. Also check the basics: the tag must be twitter:card with a valid type value, and a malformed or unreachable twitter:image silently downgrades the card to a bare link.