@benjaffer: In wordpress admin settings page of AddThis plugin, choose custom button. Add the following code to the text box and save the settings.
<div class=”addthis_toolbox addthis_default_style “>
</div>
@srijith Thanks for your reply.
I currently have <div class=”addthis_sharing_toolbox”></div> in my custom button. Do you mean replacing this with your code above? when I did I got blank area with no sharing buttons. When I added it under my code, <div class=”addthis_sharing_toolbox”></div>, a blank area was all I got again.
What I want to do is to add a hashtag to my twitter button. Is this possible? An if it is, is it possible on all different types of sharing buttons? In all cases, how would you add a hashtag to twitter button?
Thanks
@benjaffer: Sorry, I missed the code for twitter button. Here is the code:
<a class="addthis_button_tweet" tw:hashtags="YourHashtag"></a>
So this works only for the default button styles, right?
No, it will work with your addthis_sharing_toolbox.
I’m sorry I couldn’t get that to work @srijith
I have the
“Sharing Buttons
Bold sharing buttons that catch your visitor’s eye”. I’ve tried it but it doesn’t work as I get a tweet button under my sharing buttons. My sharing buttons already have the twitter button. I tried deleting the “addthis_button_tweet” class and have the tw:hashtags=”YourHashtag” alongside my code but it doesn’t work either. Am I missing something?
Thanks for your help.