How do I add the button to Microsoft Office Live?

  1. Create an AddThis account, if you don't already have one
  2. At the end of the registration process, create a Profile ID for analytics
  3. Copy the code below into Notepad:
    		 
    <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  = 'YOUR-PROFILE-ID';
    </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. Change "YOUR-PROFILE-ID" to the Profile ID you received in step 2
  5. Make sure Advanced Design Tools are activated in MSOL
  6. Paste the code into the Custom Footer Module

Still need help?


General Topics

 

Developers