検索タイムラインはTwitter の検索エンジンによってランク付けされたTwitter検索結果の中から過去数週間分のツイートを表示します。 検索ウィジットは、トップツイートのみを表示したり、不適切なコンテンツとしてマークされているツイートを自動的に削除したりするように設定ができます。
あなたのログインアカウントのウィジット設定から新たに埋め込み型検索タイムラインを作成します。 Twitterの高度な検索を使って、Twitter の検索構文を試しに作成してみてください。
Embedded Search TimelineA search timeline displays Tweets from the past few weeks in the results of a Twitter search ranked by the Twitter search engine. A search widget may be configured to show only top Tweets and automatically remove Tweets marked as containing sensitive content. Create a new embedded search timeline from your logged-in account’s widget settings. Experiment with Twitter search syntax using Twitter advanced search. |
Example widgets |
埋め込み型ハッシュタグタイムラインに、明示的にタグ付けしたキーワードでグループ化された、Twitter上でやり取りされる世界中の会話を表示します。
#TwitterStories
のようなハッシュタグをウィジット設定の検索クエリフィールドに入力します。
詳細はTwitterのハッシュタグについて読んでください。
検索クエリ例: #TwitterStories
Hashtag search widgetDisplay the global conversation on Twitter grouped by an explicitly tagged keyword with an embedded hashtag timeline. Enter a hashtag such as Example search query: |
記事やその他コンテンツについてのTwitter上で最新の会話を表示するために、特定のURLを検索します。
検索クエリ例: https://www.periscope.tv/
Twitter comments widgetSearch for a specific URL to display the recent Twitter conversation about an article or other content. Example search query: |
特定のTwitterユーザーに向けられた最近のツイート一覧を表示します。 詳細はリプライについてを読んでください。
検索クエリ例: to:taylorswift13
Replies widgetDisplay a list of recent Tweets directed at a specific Twitter user. Read more about replies. Example search query: |
特定のTwitterユーザーについて言及している最近のツイート一覧を表示します。 詳細はメンションについてを読んでください。
検索クエリ例: @TwitterOSS
Mentions widgetDisplay a list of recent Tweets mentioning a specific Twitter user. Read more about mentions. Example search query: |
Twitterウィジットの JavaScript ライブラリは、twttr.widgets.createTimeline
関数を使って、埋め込み型ユーザータイムラインの動的挿入をサポートしています。 あなたのページの埋め込み型タイムラインに、ウィジット ID、対象となるcontainer エレメント、任意のカスタムオプションを渡してください。
twttr.widgets.createTimeline( "600756918018179072", document.getElementById("container"), { height: 400 } );
JavaScript factory functionTwitter’s widget JavaScript library supports dynamic insertion of an embedded user timeline using the twttr.widgets.createTimeline( "600756918018179072", document.getElementById("container"), { height: 400 } ); |