How do I add the button to Microsoft Office Live?
-
Create an AddThis account, if you don't already have one
-
At the end of the registration process, create a Profile ID for analytics
-
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>
-
Change "YOUR-PROFILE-ID" to the Profile ID you received in step 2
-
Make sure Advanced Design Tools are activated in MSOL
-
Paste the code into the Custom Footer Module
Yes
I found this article helpful
No
I did not find this article helpful