Hello, could you help me please with settings of the buttons?
I need insert this type buttons of addthis on my pages:
[img]http://img412.imageshack.us/img412/7671/addthis.jpg[/img]
How can I do it.
Thank you
L.
Those look like our standard 16x16 icons, but the counters won't show individual counts for Google and Facebook, just the total share count for the page. (In other words, they'll always be the same.) If you want that you can do it like this:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook"></a>
<a class="addthis_counter addthis_bubble_style"></a>
<a class="addthis_button_google"></a>
<a class="addthis_counter addthis_bubble_style"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4da371d82c643e7b"></script>
<!-- AddThis Button END -->
This question is closed to new answers.