language of my icons

mavilesnarvaez Jul 31, 2012 03:55AM EDT

I have gotten this code:
<div id="contenedor_redes_producto">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="standard"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_facebook_share" fb:share:layout="box_count"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-5017544f5429f39e"></script>
<!-- AddThis Button END -->
</div>

After I pasted the code to my site, but buttons are always in english, how can i do for showing these in spanish?

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Aug 01, 2012 02:05PM EDT
You can force the language to use for our buttons to Spanish by adding this to your page:

<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.ui_language = 'es';
</script>

This question is closed to new answers.

Still need help?


General Topics

 

Developers