Home > AddToAny and Movable Type

AddToAny and Movable Type

July 29, 2009 Mike 0 comments
Here is the default AddToAny button modified to work Movable Type's templates:

<a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname=&amp;linkurl=<mt:EntryPermalink encode_url="1"/>">
<img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Save/Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="<mt:EntryTitle encode_html="1"/>";a2a_linkurl="<mt:EntryPermalink encode_url="1"/>";</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
In the classic blog template set, you can put it in the asset-footer <div> at the bottom of the Entry Summary module. For individual archives, just put it somewhere in the Individual Archives template.
Categories: Tags: , ,
  1. No comments yet.