Twitterの公式フォローボタン

1 Jun

#

どうやらついったのフォローボタンが公開されたようなので早速使ってみました。

Twitter公式のフォローボタンが公開されました。

早速試してみたのでレビュー
どうやら、フォロワーのカウント数が出るみたいですね。

ここから作れます。
http://twitter.com/about/resources/followbutton

(例)

ifreme版テンプレ
<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")

対応した要素はこちら

スクリーンショット(2011-06-01 14.57.40).png

コメントはこちら

Name

Mail

URL

Comment

profile

next

back

都内でウェブを生業にしているNobeといいます。
最近自分の中途半端さに磨きがかかっているので、進む方向を定めないとなと焦り始めているお年頃です。

profile

    Copyright © MEIOUSEI.COM All rights reserved.