Problem with the description

orcas Apr 27, 2012 02:26PM EDT

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>

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Apr 27, 2012 03:51PM EDT
The Tweet button uses the page title and URL. To customize the text use the tw:text parameter, like this:

<a class="addthis_button_tweet" tw:text="this is a description"></a>

This question is closed to new answers.

Still need help?


General Topics

 

Developers