Facebook like without count

arg0n4th Apr 27, 2012 02:30PM EDT

Hi,

which is the code to show only the "I like" button WITHOUT the count?

I'm using:

<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_like"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_compact"></a>

Up 1 Rated Down
Paul (AddThis Happiness Specialist) Apr 27, 2012 03:24PM EDT
Add this code to your page:

<style>
.addthis_button_facebook_like {
overflow:hidden;
width: 45px !important;
}
</style>

This question is closed to new answers.

Still need help?


General Topics

 

Developers