jazzybeat28
Member
Posted 6 months ago #
Hello,
I want to customize wordpress sidebar widget button order. I need to remove Share and Pintorest btn. Can some one tell me which file do I need to open and what lines do I need to remove.
I have v3
https://dl.dropbox.com/u/1137940/LittleSnapper/_images/addthis-custom.png
Thank you
http://wordpress.org/extend/plugins/addthis/
jazzybeat28
Member
Posted 6 months ago #
Ok, I found this my self.
It is on addthis_soccial_widget.php
on line 80 $addthis_new_styles = array(
here you can tweak what services do you want to have
Nice that you found a fix. But there is a solution with out tweaking the code for this.
Select the custom buttons and paste the button code in the textarea. In your case it will be -
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
You can find more codes here
https://www.addthis.com/get/sharing