Follow Button FAQ |
フォローボタンは、最も一般的なブラウザで動作テストがされました。必須のjavaScript機能をサポートしていないブラウザでは、動作はしますがデフォルトのハイパーリンクしか見えません。互換テストを実施したブラウザは以下です:
Which browsers does the Follow Button support?The Follow Button has been tested for support with the most popular browsers. Browsers which do not support the required JavaScript features will still function but will only see a default hyperlink. Browsers actively tested include:
|
フォローボタンの高さは 20 ピクセルです。横幅は、あなたが選んだ言語(もしくはサイト閲覧者の言語)、指定された screen_name
の長さ、show_count
が有効になっている場合のフォロワー数などに依存します。screen_name
の値と、表示を選択している場合は show_count
の値について、表示スペースを確保することを推奨します。
ツイートボタン版のJavaScript を使用している場合は、 data-width
属性を使って横幅を設定できるので覚えておいてください。
iframe 版を使用している場合は、style
プロパティを使用できます。
What are the dimensions of the Follow Button?The Follow Button is 20 pixels in height. Its width will vary depending on the language you have chosen (or the language of the viewer), the length of the specified Note if you use the JavaScript version of the Follow Button, you can specify the width using the |
ツイートボタンとフォローボタンは高性能のコンテンツ配信ネットワーク上でホストされており、twitter.comとは分離されています。 もしtwitter.com がダウンした場合でもあなたのサイトは影響を受けず、ボタンを表示されたままということです。 想定される最悪のケースは、ユーザーがフォローボタンを押した時に“Following”アクションが発生しない事象です。
What happens if twitter.com has an error or is over capacity?Just like the Tweet Button, the Follow Button is hosted on a high performance content distribution networks and is kept separate from twitter.com. This means if twitter.com goes down, your site will not be affected and the button will still display. What could happen in the worst case is when a user presses the Follow Button, the “Following” action would not be triggered. |