I've tried suggestions here for adding my twitter handle to the code, but they don't seem to match my set of code for the series of buttons that breaks out to show a whole box of sharing options. I have the tweet button as my first preferred button that shows on the few buttons visible before hovering, and my attempts to tweak and add my twitter handle have been unsuccessful. Here's my current code:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f7e36133342afaf"></script>
<!-- AddThis Button END -->
Any help is greatly appreciated!
Our Twitter attribution code only works with the Tweet button, not the preferred buttons or the Twitter button. If you want to use attribution use this code:
<a class="addthis_button_tweet" tw:via="USERNAME"></a>
Replace USERNAME with your Twitter username.
This question is closed to new answers.