Share Buttons for TypePad

Install AddToAny in TypePad

  • Go to Design > edit entry-individual module
  • In the code, search for </div> <div class="entry-footer"> using your browser's find feature (commonly in Edit > Find)
  • Right before that line, paste the following code:
    • <!-- AddToAny BEGIN -->
      <a class="a2a_dd" href="https://www.addtoany.com/share"><img src="//static.addtoany.com/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Bookmark"/></a><p class='a2a_linkname_escape' style='display:none'><$MTEntryTitle$></p><script type="text/javascript">var a2a_config = a2a_config || {};a2a_config.linkname_escape=1;a2a_config.linkurl="<$MTEntryPermalink$>";</script><script type="text/javascript" src="//static.addtoany.com/menu/page.js"></script>
      <!-- AddToAny END -->
  • Save
  • Repeat the same steps for the entry-list module
  • In the Main Index Template, ensure that <$MTWeblogIncludeModule module="entry-list"$> is changed to <$MTInclude module="entry-list"$>
  • In the Individual Archives template, ensure that <$MTWeblogIncludeModule module="entry-individual"$> is changed to <$MTInclude module="entry-individual"$>
  • Publish all files