How to Remove the Facebook share Button from ADDTHIS API

635 views Asked by At

<a class="addthis_button_facebook_like" fb:like:layout="button"></a>

I added Above line to show facebook like. it showing like button , but unfortunately its showing like button with the share button. how can i remove the share button from the line. i need only facebook like button. please help me

1

There are 1 answers

9
Amit Udale On

Try this one out

<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:action="recommend" fb:like:width="135"></a>

Thanks