Home
Getting Started
Solutions
AddThis Bookmark
Audio/Video
Bravenet Services
Custom Site
Forms: Allforms
Forms: Bravenet
Google Adsense
Google Analytics
Google Webmaster
Image Enlarging
Links in New Window
Redirect
Popup Generator
Site Search
Slideshow Generator
Webpage Translation
Tutorials
Tips
SE Optimization
Customizing OL
Help and How To
Downloads
Services
Office Live Video
Frequently Asked Question
Contact Us
 

How to add an AddThis Widget

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.

Add to Any Widget

Similiar to the AddThis widget just supports more.

Bookmark

 

1.  Copy the code below and paste it into the Custom Footer Module.

 

<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[
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="
http://www.addtoany.com/bookmark?linkname=&linkurl="><img src="http://www.addtoany.com/bookmark.gif" width="91" height="16" border="0" title="Bookmark" alt="Bookmark"/></a><script type="text/javascript">
a2a_linkname=document.title;
a2a_linkurl=location.href;
</script><script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>
]]>
</xsl:template>
</xsl:stylesheet>