[DESCRIPTION]
Sociable is a port of the WordPress plugin of the same name, written by Peter Harkins. (http://push.cx/sociable)

The Sociable plugin adds links to social bookmarking sites to each of your blog posts.

[USAGES]: 
1. Upload: Upload all the extract files and directories to $LifeType_Install_Dir/plugin/sociable 
2. Add the following to header.template in the <head> section
      {$sociable->showCSS()}

3. Add the following to post.template:
    $sociable->show($postId) 


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

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

[TODO]:
