Prev / Next

2006-11-09 / フレッシュリーダーの各エントリに「はてブクマ数」を表示する方法

http://blog.myrss.jp/archives/2006/11/post_87.html

ということで,設定しました.

freshreader をインストールしディレクトリ以下に,

"<a href="http://b.hatena.ne.jp/entry/${url_html}" target="_blank"><img src="http://b.hatena.ne.jp/entry/image/${url_html}" alt="${title_html}" align="absmiddle" hspace=2"></a>"


という内容の plugin/plugin.txt をつくるだけ.

- the thirdman::blog > フレッシュリーダーにはてブなどの登録ボタンをつける。
  http://digirock.cute.bz/blog/item_102.html

に del.icio.us のブックマークボタンを付ける方法があったので,
これも plugin/plugin.txt に書いておく.

<a href="#" onclick="PrivoxyWindowOpen('http://del.icio.us/post?v=4&url='+encodeURIComponent('${url_html}')+'&title='+encodeURIComponent('${title_html}'), '_blank', 'width=700,height=700,resizable=1,scrollbars=1');return false;">
<img src="http://del.icio.us/img/delicious.gif" height="13"  align="absmiddle" hspace=2" alt="Add to del.icio.us" title="Add to del.icio.us" />
</a>


- Fresh Reader のライセンス取得完了 [2006-05-01-8]

comments powered by Disqus