Movable Type にfacebookのいいね(like)ボタンを追加する方法

1 このリンクからlike buttonのレイアウト(スタイル、横幅、フォント等)を決める
2 get codeボタンを押しiframe コードを入手。

<iframe src=”http://www.facebook.com/plugins/like.php?href&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:450px; height:80px;” allowTransparency=”true”>

3コードの一部を変更。hrefの次に =<$MTEntryPermalink$>を挿入する

<iframe src=”http://www.facebook.com/plugins/like.php?href=<$MTEntryPermalink$>&layout=button_count&show_faces=true&width=150&action=like&font=tahoma&colorscheme=light&height=21″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:150px; height:21px;” allowTransparency=”true”>

4 上のコードをエントリーアーカイブの任意の場所に追加する

カテゴリーIT

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です