OGP / 社交预览 // TOOLPOOL.SAMPLES
Summary Card Sample
A page with a small square image and twitter:card=summary.
检查用 URL
https://toolpool.tools/zh-CN/samples/ogp/summary
此页面是用于验证的示例页面,已设置为不进入搜索索引。请从分类列表使用。
可确认的内容
Use this to check the compact X card shape.
- twitter:card is detected as summary
- A square image URL is detected
- The preview can be compared with the large card shape
输出内容
<meta property="og:title" content="Small Card Image Sample">
<meta property="og:description" content="A fixture page for square social preview images.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://toolpool.tools/zh-CN/samples/ogp/summary">
<meta property="og:image" content="https://toolpool.tools/icon.png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:image:alt" content="TOOLPOOL icon">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Summary Sample for X">
<meta name="twitter:description" content="Checks behavior for twitter:card=summary.">
<meta name="twitter:image" content="https://toolpool.tools/icon.png">