2008年10月20日月曜日

Bloggerにはてなブックマークボタンを追加する

Bloggerの記事に、はてなブックマーク、delicious、livedoorクリップ、Buzzurlなどへのリンクボタンを追加する方法。

テンプレートの編集画面から、
<div class="post-header-line-1">
の箇所を探し、以下のコードを挿入します。
<div class='post-header-line-1'>
<b:if cond='data:post.url'>
<a expr:href='&quot;http://b.hatena.ne.jp/entry/&quot; + data:post.url'><img alt='このエントリーを含むはてなブックマーク' height='12' src='http://d.hatena.ne.jp/images/b_entry.gif' style='border: none;' title='このエントリーを含むはてなブックマーク' width='16'/></a>

<a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title'><img alt='Add to Delicious Bookmark' height='10' src='http://static.delicious.com/img/delicious.small.gif' style='border:none;' width='10'/></a>

<a class='ldclip-redirect' expr:href='&quot;http://clip.livedoor.com/redirect?link=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;ie=euc&quot;' title='この記事をクリップ!'><img alt='この記事をクリップ!' height='16' src='http://parts.blog.livedoor.jp/img/cmn/clip_16_16_b.gif' style='border: none;' width='16'/></a>

<a expr:href='&quot;http://buzzurl.jp/entry/&quot; + data:post.url'><img src='http://buzzurl.jp/static/image/api/icon/add_icon_mini_08.gif' style='border:none;' title='Bookmark to Buzzurl'/></a>
</b:if>
</div>

0 件のコメント:

License

Creative Commons LicenseLeo's Chronicle by Taro L. Saito is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.1 Japan License.