Twitter Card
Twitter/X Card Meta Tags
Meta tags (twitter:card, twitter:title, twitter:image) controlling how links appear in Twitter/X posts.
Chi tiết kỹ thuật
Twitter Twitter Cards define how URLs appear when shared on X (formerly Twitter). Four card types exist: summary (small square image), summary_large_image (wide banner), app (mobile app deep link), and player (inline video/audio). The twitter:card meta tag selects the type. Twitter falls back to Open Graph tags if twitter: tags are missing, so og: tags provide a baseline. The twitter:site tag (@username) links the content to a Twitter account for analytics attribution.
Ví dụ
```html <!-- Twitter (X) card tags --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@peasytools"> <meta name="twitter:title" content="Image Resize Tool"> <meta name="twitter:description" content="Resize images to exact dimensions, free and private."> <meta name="twitter:image" content="https://peasytools.com/og/image-resize.png"> ```