OGP / 소셜 미리보기 // TOOLPOOL.SAMPLES
Summary Card Sample
A page with a small square image and twitter:card=summary.
확인용 URL
https://toolpool.tools/ko/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/ko/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">