Hi,
I have implemented AddThis with your "buttons in a line" design as shown below, and it looks shitty on non-English PCs.
Problem is: The 'Like' button is much longer in German ("Gefällt mir" instead of 'Like') and therefore one cannot see the number of like next to the button.
You must change your plugin to adjust the width of the buttons according to the langue settings of the client.
thanks,
Johannes
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xxxx"></script>
</head>
<body>
<div class="addthis_toolbox addthis_default_style" >
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
This question is closed to new answers.