Make Twitter Card tags for sharing on X. It is completely free and very easy to use.
Loading tool...
The Twitter Card Generator creates `<meta name="twitter:...">` tags to render rich summary and large image preview cards when links are shared on X (formerly Twitter).
Generates Twitter Card tags supporting `summary` (square thumbnail) and `summary_large_image` (1200x628 banner) card formats, including `twitter:card`, `twitter:title`, `twitter:description`, `twitter:image`, `twitter:site`, and `twitter:creator`.
Card: summary_large_image, Creator: @pradhumnpawar, Image: https://example.com/banner.png<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@outlivo">
<meta name="twitter:creator" content="@pradhumnpawar">
<meta name="twitter:title" content="Outlivo Developer Suite">
<meta name="twitter:description" content="79 Free Online Web Tools and Utilities.">
<meta name="twitter:image" content="https://example.com/banner.png">Generates full-width card markup displaying large image banner and author handles on X.
The summary card renders a small square thumbnail (1:1 ratio) on the left side of text, whereas summary_large_image displays a prominent, full-width photo banner (2:1 ratio) above the title and description.
The optimal resolution for summary_large_image is 1200 × 628 pixels (minimum 300 × 157 px) with a maximum file size of 5 MB in JPG, PNG, or WebP format.
The twitter:image:alt tag provides screen-reader text for visually impaired users and helps search crawlers understand the visual subject of your preview image.