
SBO(ソーシャルブックマーク最適化)とかSBM(ソーシャルブックマークマーケティング)とかいう概念らしいですが、それはともかくおいといてウチのサイト記事にもさっそくつけてみることに。
それではさっそく備忘録です。
※動作環境は2.2.1です。
▼はてなブックマーク
<a href="http://b.hatena.ne.jp/append?<?php the_permalink(); ?>&title=<?=urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>">はてぶ</a>
▼del.icio.us
<a href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?= urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>" >del.icio.us</a>
▼ライブドアクリップ
<a href="http://clip.livedoor.com/clip/add?link=<?php the_permalink() ?>&title=<?= urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>&jump=ref">ライブドアクリップ</a>
▼POOKMARK Airlines
<a href="http://pookmark.jp/post?url=<?php the_permalink() ?>&title=<?= urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>" >POOKMARK Airlines</a>
▼Buzzurl(バザール)
<a href="http://news.ecnavi.jp/config/add/confirm?url=<?php the_permalink() ?>&title=<?= urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>" >Buzzurl</a>
▼ニフティクリップ
<a href="http://clip.nifty.com/create?url=<?php the_permalink() ?>&title=<?= urlencode(mb_convert_encoding(the_title("","",false),"UTF-8")) ?>" >ニフティクリップ</a>
こんな感じでいけました。
で、あとは各リンク先テキストを画像にしたり、
<a>タグ内にtitle属性を入れてマウスオーバー時にリンク先の説明分が表示されるようにしたりしておくとユーザビリティ的にもグッチョイスですね。
関連記事
- ページの短縮URLを貼り付けたTwitter投稿をしてもらう