We are trying to add a description for the Pillbox "AddThis" links. ie) If someone shares via email or Twitter we would like them to see the title, url and a brief description.
http://moodhackerapp.com
We do not have this code on our production site, but we are testing it.
<div class="addthis_toolbox addthis_default_style "
addthis:url="http://moodhackerapp.com" addthis:description="this is a
description.">
<a class="addthis_button_facebook_like" addthis:title="MoodHacker"
fb:like:layout="button_count"></a>
<a class="addthis_button_tweet" addthis:title="MoodHacker"></a>
<a class="addthis_button_google_plusone" addthis:title="MoodHacker"
g:plusone:size="medium" g:plusone:href="http://moodhackerapp.com"></a>
<a class="addthis_counter addthis_pill_style" addthis:title="MoodHacker"></a>
</div>
<script type="text/javascript">
var addthis_config = { "data_track_clickback": false };
</script>
<script type="text/javascript"
src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f218a2e1348447d"></script>
This question is closed to new answers.