どうやらついったのフォローボタンが公開されたようなので早速使ってみました。
Twitter公式のフォローボタンが公開されました。
早速試してみたのでレビュー
どうやら、フォロワーのカウント数が出るみたいですね。
ここから作れます。
http://twitter.com/about/resources/followbutton
(例)
Follow @Nobe_T
ifreme版テンプレ4>
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/follow_button.html?
screen_name=twitterapi&show_count=false"
style="width:300px; height:20px;"></iframe>
JS版テンプレ
<a href="http://twitter.com/twitterapi" class="twitter-follow-button"
data-show-count="false "data-width="300px">Follow @twitterapi</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
変えられるとこ
・フォロワー数表示有無
・ボタンの背景色(グレイとブルーのみ)
→ (button = grey) or (button = blue)
・テキストカラー(フォロワー数のとこ)
→例(text_color = 800080)
・テキストカラー(自分のアカウント名のとこ)
→例(link_color = 800080)
・表示言語
→例(data-lang="ja")
・幅
→例(data-width="300px")
・アライン(右寄せ、左寄せ)
→例(data-align="right")
対応した要素はこちら


コメントはこちら