AddThis button cannot cope with different text width (e.g. the German 'Like' button)

TicketCreator May 16, 2012 11:01AM EDT

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>

Up 0 Rated Down
Paul (AddThis Happiness Specialist) May 16, 2012 01:09PM EDT
If your Facebook Like button is cut off because you're not using English, fix it like this:

<a class="addthis_button_facebook_like" fb:like:width="115"></a>

This question is closed to new answers.

Still need help?


General Topics

 

Developers