Home > Blog > Computers & Internet > はてなブックマーク対応

はてなブックマーク対応

気になっていたはてなブックマークのプラグインを入れましたー

プラグイン名はwp-hatena

これではてなブックマーク

ついでに

これで被ブックマーク数を表示

これは


<img src="http://b.hatena.ne.jp/entry/image/<?php the_permalink() ?>" ></img>

でOK

被ブックマーク一覧に飛びたい場合は、


<a href="http://b.hatena.ne.jp/entry/<?php the_permalink(); ?>">
<img src="http://b.hatena.ne.jp/entry/image/<?php the_permalink() ?/>"
    alt="このエントリのはてなブックマーク数" title="このエントリのはてなブックマーク数" ></img>
</a>

でいいのかな。

このブログで関連すると思われる他のエントリ

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://clare-chronicle.net/2009/03/%e3%81%af%e3%81%a6%e3%81%aa%e3%83%96%e3%83%83%e3%82%af%e3%83%9e%e3%83%bc%e3%82%af%e5%af%be%e5%bf%9c/trackback/
Listed below are links to weblogs that reference
はてなブックマーク対応 from Clare Chronicle

Home > Computers & Internet > はてなブックマーク対応

Return to page top