Plugin addcommentnodify » Plugin galleryimages » Plugin akismet » Customizing Templates » Plugin sociable
From LifeType Wiki
Name: sociable
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: Paul Westbrook
Description
This plugin is a port of the WordPress plugin of the same name, written by Peter Harkins. http://push.cx/sociable
Configuration
The plugin configuration page can be found under Control Center->Appearance Management.
Enable the sociable plugin in your LifeType control center.
Add the following to header.template in the <head> section
{$sociable->showCSS()}
Add the following code in post.template:
{assign var="postId" value=$post->getId()}
{$sociable->show($postId)}
