
visit Add This! - Social Bookmark & Feed Button Builder - click on get button code (default options are just fine) and add to desired position in link_summary.tpl - notice I have replaced the [url] and [TITLE] with pligg variables:
Code:
<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub = 'stevej123';</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '{$enc_url}', '{$title_short}')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
ShareThis:

Goto http://www.sharethis.com/publisher (no registration needed - you can safely click on 'No Thanks'), set desired options, click get code
Code:
<script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&charset=utf-8&style=default&publisher=2975655c-edbd-4475-aa0a-dc4db6ccd1eb"></script>
In default yget template the desired location for adding this code is to replace the code below:
Code:
{if $Enable_AddTo eq 1}
<span id="linksummaryAddLink">
<a href="javascript://" onclick="var replydisplay=document.getElementById('addto-{$link_shakebox_index}').style.display ? '' : 'none';document.getElementById('addto-{$link_shakebox_index}').style.display = replydisplay;"> {#PLIGG_Visual_LS_AddThisLinkTo#}</a>
</span>
{/if}





Linear Mode

