Add a Via Parameter to AddThis Tweet Button
If you’re using AddThis share buttons and want tweets to automatically include an @ mention to your Twitter handle, you need to add the tw_via attribute to your Tweet button element. Basic Implementation Change your Tweet button markup from: <a class=”addthis_button_tweet”></a> to: <a class=”addthis_button_tweet” tw_via=”yourhandle”></a> Replace yourhandle with your actual Twitter handle (without the @)….
