I do not understand what it is I have to do in order to add address bar sharing to either all of my pages or a few. Social buttons have been added to my pages and that was quite straightforward.
Please send step by step instructions (as though talking to a child) although they may be more computer literate.
Regards
Nina Bagnall
To add address bar sharing just put this code on your page:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = true;
</script>
This question is closed to new answers.