NewsFeaturesDownloadsDevelopmentSupportAbout Us

Plugin sociable

From LifeType Wiki


Name: sociable

Latest version: 20070226

Download link: http://prdownloads.sourceforge.net/lifetype/1.2_sociable.zip?download

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)}

Notes