sharethis on front page
Design and Skin Customization
The front page doesnt have an item_id so it wont work with the pre-built code contained in the share this module (jrShareThis) BUT you could go to share this, get the standard share this code and put that on your front page.
http://www.sharethis.com
I know you understand how to add the code. Just throw it in the index.tpl template for the skin and make sure any javascript has a space between the { and the first letter.
If they give you code that looks like this:
....tLight.options({publisher: ......
That {p will cause a white screen when smarty thinks its a smarty variable, so add a space between the '{' and the 'p' and it will work
....tLight.options({ publisher: ......