サマリーカードは、ブログやニュース記事から製品やrestaurantsまで、様々なウェブコンテンツで使用することができます これは読み手がウェブサイトをクリックする前にコンテンツのプレビューを見れるようにするために設計されています。
以下のツイートは、140文字未満のサマリーカード(写真と文章) を表示しています:
Happy 3rd anniversary #TBT! See how “Throwback Thursday” cemented its status as a weekly Twitter tradition: https://t.co/IhGdmShWH6
— Twitter (@twitter) April 30, 2015
我々のシステムではURLがツイート内に取り込まれたタイミングを検知し、あなたのサイトをクロールしてカードタイプとコンテンツを取得します。 我々のカードシステムがどのように動作するかを知りたいのであれば、 入門ガイドを参照してください。
Summary CardThe Summary Card can be used for many kinds of web content, from blog posts and news articles, to products and restaurants. It is designed to give the reader a preview of the content before clicking through to your website. The Tweet below shows a Summary Card (photo and text) below the 140 characters:
Our system recognizes when URLs are included in a tweet, and crawls your site to fetch the Card type and content. To learn more about how our Card system works, read our Getting Started Guide. |
サマリーカードをあなたのツイートに追加するには、単に以下のメタタグをあなたのサイトに追加するだけできます:
<meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@flickr" /> <meta name="twitter:title" content="Small Island Developing States Photo Submission" /> <meta name="twitter:description" content="View the album on Flickr." /> <meta name="twitter:image" content="https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg" />
あなたが権利を持つサイトの属性とコンテンツを記述するようにしてください。
タグが設定されると、Twitter Card Validatorを使ってカードをテストすることができます。
Sample CodeAdding a Summary Card to your tweets is as simple as adding the below meta tags to your site: <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@flickr" /> <meta name="twitter:title" content="Small Island Developing States Photo Submission" /> <meta name="twitter:description" content="View the album on Flickr." /> <meta name="twitter:image" content="https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg" /> Be sure to provide your own site attribution and content. Once the tags are live, you can test your Card using our Twitter Card Validator. |
以下に記載しているのは、title、description、imageを含む、サマリーカードで最低限設定しておいたほうが良いプロパティです。
カードプロパティ | 必須か否か |
---|---|
|
Yes |
カードが帰属する Twitterユーザーの @username 。Twitter カードアナリティクスのために必要です。 |
Yes |
プラットフォーム固有の動作:
|
Yes |
プラットフォーム固有の動作:
|
Yes |
画像は最低でも120px x 120pxのサイズで、1MB以内のファイルサイズにしなければなりません。画像は全てのプラットフォームにおいて正方形のサイズに切り抜かれます。 |
No |
サポートされているタグの全一覧については、 カードマークアップタグリファレンスを参照してください。
ReferenceBelow are the suggested minimum properties for the Summary Card including title, description, and image.
For a full list of supported tags, please see the Cards Markup Tag Reference. |
7月3日に、プロダクトカードは廃止されてサマリーカードに統合されました。 プロダクトカードで使用されていた全ての必須フィールドはサマリーカードでも引き続き使用できます。ラベルプロパティとデータプロパティは設定しても無視されます。
Mappings from Deprecated Product CardOn July 3, Product Cards will be deprecated and map to Summary Cards. All required fields of the product card directly map to the Summary Card. Label and Data properties will be ignored. |