ウェブインテントは、小さなブラウザウィンドウで表示するのに最適化されたTwitter アクションを表示します。 ウェブサイトでは、任意の場所に簡単なリンクを貼るだけでフォロー用インテントへリンクすることができます。 Twitterの JavaScript ウィジットでは、閲覧者にアカウントのフォローをさせるためにフォロー用のウェブインテントを使用しています。
フォロー用のウェブインテントは、ログアウトしているTwitterユーザーのために、内部にログインフォームを実装しています。
フォロー用ウェブインテント内のログインフォームでログインに成功すると、ユーザーはそのアカウントをフォローできます。 フォロー状態は、ウェブインテントウィンドウの“Following”ボタンで確認されます。
我々は、ウェブインテントの子ウィンドウを少なくとも幅55ピクセル、高さ420ピクセルで表示することを推奨します。
Follow Button Web IntentWeb Intents display Twitter actions optimized for display in a small browser window. A website may link to a follow Web Intent through a simple link on any website. Twitter’s JavaScript widgets use the follow Web Intent to prompt viewers to follow an account. A follow Web Intent window features an inline login form for logged-out Twitter users. The user will follow the account on successful login through the inline follow web intent login form. The follow status is confirmed by the “Following” button displayed in the web intent window. We recommend rendering a Web Intent child window dimensions of at least 550 pixels wide and 420 pixels high. |
https://twitter.com/intent/follow
Web Intent URL
|
フォロー用のウェブインテントでは、screen_name
や user_id
でTwitter アカウントを参照しなければなりません。
screen_name
は変更される場合があります;我々はできるだけuser_id
を使用することを推奨します。
サイト閲覧者にフォローさせるアカウントの、 Twitter ユーザー名。
サンプル値: twitterdev
サイト閲覧者にフォローさせるアカウントの Twitter ユーザー識別子。
サンプル値: 2244994945
Query parametersA follow Web Intent must reference a Twitter account by screen_name required
The Twitter username of the account you would like the viewer to follow. Example Value: user_id required
The Twitter user identifier of the account you would like the viewer to follow. Example Value: |