Hi,
We are using a multisite wordpress and we want to use a custom template for our email; one in french and the other in english.
I use this code to display addthis button:
<span class="addthis_toolbox addthis_default_style" style="width: 155px;float:right"><script type="text/javascript">
var addthis_share = { email_template: "fr" }
</script>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_email" href="http://www.addthis.com/bookmark.php?v=250&;username=autosphere" addthis:email_template="fr"></a>
<a class="addthis_button_print"></a>
<a href="http://addthis.com/bookmark.php?v=250&pubid=ra-4ff3571d45453185" class="addthis_button_compact"></a>
But it is always sending the default template, not the french one.
Thanks
This question is closed to new answers.