Bunny’s Technorati Tags を使用して、ブログに Technorati タグを表示。ついでに日本語の対応。
style.css
.technorati_tags .technorati_tags { background:url(images/technorati_logo_small.gif) transparent left center no-repeat; padding-left:13px; }
表示はこれでOK。
タグのリンク先を Technorati Japan に変更し、日本語タグに対応させる方法。
urlencode(urldecode($tag)) の所を以下のように変更。bunny-tags.php
urlencode(mb_convert_encoding(urldecode($tag), "UTF-8"))