Collections を使用すると、Twitter プラットフォーム上でのツイートの収集や表示がより詳細に行うことができます。
Twitter は通常、いくつかの標準的なタイムラインによって成り立っています: ホーム画面(home)はあなたがフォローしているアカウントのツイートを表示し、 検索画面(search)はキーワードや用語に合致したツイートを表示し、ユーザータイムラインでは特定のアカウントやアカウントグループのツイートを表示します。 過去数年間、これらのタイムラインによってTwitter上でできることが決まっていました。
Collections は新しいタイプの操作可能なタイムラインです: collectionを作成し、名前を設定し、手動もしくはプログラム上からAPIを使ってツイートを追加します。 Collections は誰でも参照でき、twitter.com上で独自のページを持ち、あなたのウェブサイトに簡単に埋め込めます。それ以外にも、あなた次第でいろいろなことができるでしょう。
CollectionsCollections give you more control over how Tweets are organized and delivered on the Twitter platform. Twitter has typically been organized into a few standard timelines: home contains Tweets from accounts you follow, search contains Tweets that match a keyword or term, the user timeline contains Tweets from a specific account, and lists from groups of accounts. These timelines have defined the Twitter experience for the last several years. Collections are a new type of timeline you control: you create the collection, give it a name, and select which Tweets to add, either by hand or programmatically using the API. Collections are public, have their own pages on twitter.com, and can easily be embedded on your website. The rest is up to you. |
ユニットとして、 collections は以下のルールに基づいて動作します:
設計上、collections はツイートを追加するための特定のルールやロジックを実装しておらず、そうした処理は全てあなたに委ねられています。
では、collectionsを使ってどういったものが作れるのでしょうか?
本当に、全てはあなた次第です。
How collections workAs a unit, collections operate under the following rules:
By design, collections do not implement specific rules or logic for adding Tweets, leaving that strategy entirely up to you. What kinds of things can you build with collections?
It’s really all up to you. |
たった数ステップでcollections の使用を開始できます:
Getting started with collectionsYou can begin using collections in a few ways: |
TweetDeck を使って新しいcollectionsを作成し、ツイートを追加し、他の人のタイムラインをフォローします。TweetDeckの詳細な使い方については ここで調べられます。
1. Create and manage collections from within TweetDeckUse TweetDeck to create new collections, add Tweets, and follow other people’s timelines as columns. You can learn more about using TweetDeck here. |
各collection は、デスクトップやスマートフォンのブラウザから簡単に閲覧できる、重複のない独自URLを持っています。
タイムラインURLは https://twitter.com/user/timelines/collection-id
といった形式になります。
ここにTwitterにて#musicで作成した collection のサンプルページがあります。
URLをツイートすることでcollection を他のユーザーに共有することができ、collection のページにはそれを簡単にするためのツイートボックスがあります。
2. View collections on the webEach collection has its own unique URL which you can view easily from your desktop or smartphone browser. Timeline URLs are of the form |
Twitterの標準埋め込みツールはCollections をサポートしています。 列を設定する際にTweetDeck から埋め込みリンクをクリックするか、タイムライン設定ツールを開いて、 collection を widgetとしてエクスポートしてください。
Here’s an embedded collection from Twitter #music:
Music Superstars
3. Embed collections on your websiteCollections are supported by Twitter’s standard embedded timeline tools. Click the embed link from within TweetDeck on your column settings, or simply visit the timeline configurator tool to export your collection as a widget. Here’s an embedded collection from Twitter #music: Music Superstars |
現在限られたパートナー向けにテスト配布しているAPIを使えば、collections の多くの機能を他にも使用することができます。 もしベータ版BETA APIを使ったcollections のプログラムに興味があれば、ベータ版へのアクセス申請を検討してください。
4. Learn about the collections API betaMany features of collections are also available through an API that we’re currently testing with a limited number of beta partners. If you’re interested in programming collections using the BETA API, please consider applying for beta access. |