このページを使った場合、デフォルトでは、Twitter のwidgets.js をロードするコードになっている。
だが、iframe を使っても、Tweet ボタンは設置可能だ。
iframe を使っての設置方法は、Twitter のdeveloper ページに掲載されている。
Tweet Button | dev.twitter.com
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:130px; height:20px;" src="http://platform.twitter.com/widgets/tweet_button.html?url=URL(UTF-8でエンコード)&text=デフォルトで埋め込んでおきたい文字列(UTF-8でエンコード)&via=Twitterのスクリーンネーム&lang=ja&count=horizontal(ボタン横にカウントを表示)"></iframe>
iframe のsrc は、http://platform.twitter.com/widgets/tweet_button.html であり、そのhtml にクエリーパラメータとして、以下のパラメータを与える。
- url
- text
- via
- lang
- count
iframe で定義しても、widgets.js をロードする場合と、全く同じ挙動になる。
0 件のコメント :
コメントを投稿