看看多少人連到你的文章?- Technorati Link Count Widget
| 十二月 16, 2006 | 沒有迴響 | 沒有引用 | 1091 reads | Size: L, M, S | Edit: P, C || Category: LifeType, BLOG. |
剛剛看到有趣的小東西,Technorati 提供的小玩意 - Link Count Widget。他可以計算有多少文章有連到你的這篇文章,因為他是使用 Technorati 去搜尋,所以當然以那邊搜尋的結果為主。
這邊分享一下 Lifetype 的作法:
首先在你模板的 header.template 裡面,<head >< /head>之間,插入這段:
<script xsrc="http://embed.technorati.com/linkcount" type="text/javascript"></script>
然後編輯文章相關模板,例如 post.template,在你想要顯示這段文字的地方,加上這段:
<a class="tr-linkcount" xhref="http://technorati.com/search/{$url->postPermalink($post)}">View reaction</a>
這樣就可以了。
其他如 blogger、mt、wordpress 可以參考 網站上的說明,有範例。


