I've added Addthis to my blogs and setup a permalink so that it would pull just that specific blog entry. This is the code:
<!-- AddThis Button BEGIN -->
<div class="addthis_default_style addthis_toolbox"
addthis:url="%PERMALINK%"
>
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_pill_style addthis_counter"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ff5135139b91421"></script>
<!-- AddThis Button END -->
The like and tweet buttons pull in the permalink for the specific journal entry, however, it doesn't seem to work the same when I go into the share options and choose to email, share to Facebook, use Twitter, etc. When I do that it tries to send the whole blog. What am I doing wrong? Thanks.