Our client wonders what the message 'Addthis Analytics' means on the email sharing confirmation dialog. They also wonder whether 'Make sharing easier with the AddThis Toolbar: http://www.addthis.com/go/toolbar-em' can be removed.' from that dialog, and if this 'To stop receiving any emails from AddThis please visit: http://www.addthis.com/privacy/email-opt-out?e=xSe2QLFcu3KyR6JXsUe9Vr0cvl4 in your web browser.' means that Addthis emails users by itself? Thanks in advance for your feedback.
I'm not sure where you're seeing "AddThis Analytics" but to disable the post-share promo, add this to your page:
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.ui_show_promo = false;
</script>
If a user opts to stop receiving emails from AddThis that unsubscribes them from all emails generated by AddThis on any site.
This question is closed to new answers.