1. Get the widget at http://addthis.com. 2. Once you have created the widget, all you will need is your publisher ID, and the code modified for OL below. 3. Copy the code below into notepad and paste your publisher ID where indicated below, probably will be your email address. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" omit-xml-declaration="yes"/> <xsl:template match="/Footer"> <![CDATA[ <!-- AddThis Bookmark Button BEGIN --> <script type="text/javascript"> addthis_url = location.href; addthis_title = document.title; addthis_pub = 'yourid'; </script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script> <!-- AddThis Bookmark Button END --> ]]> </xsl:template> </xsl:stylesheet> 4. Paste the code from notepad into the Custom Footer Module. Note: If you do not have the Custom Footer module you will need to activate Advanced Design Tools. |