Add AddThis button to "Share This Page" section

Add AddThis button to SharePage

agison

Well-known member
Dinh Thanh submitted a new resource:

Add AddThis button to SharePage (version 1.0) - Add Addthis button to share buttons section

Using TMS or add these code to share_page template below <xen:hook name="share_page_options">:


Code:
<xen:hook name="share_page_options">
<div class="shareControl" style="width:107px">
<div class="addthis_toolbox addthis_default_style ">
    <a class="addthis_counter addthis_pill_style" addthis:url="{$url}" {xen:if {$thread.title}, 'addthis:title="{xen:helper threadPrefix, $thread, escaped}{$thread.title}"'}></a>
</div>
</div>
 
<script type="text/javascript"...

Read more about this resource...
 
Top Bottom