Plugin: MovableType
Author: paul@westbrooks.org
Release Date: 2006/11/26
Version: 1.0

Implements the Technorati Link Counter Widget (http://www.technorati.com/tools/linkcount/) for LifeType.

[USAGES]: 
1. Upload: Upload all the extract files and directories to $LifeType_Install_Dir/plugin/linkcounter 
2. Add the following to post.template:
    $linkcounter->show($postId) 


[EXAMPLE]: 
Add the following code in post.template : 

Code: 
{assign var="postId" value=$post->getId()} 
{$linkcounter->show($)} 
