Hello,
I use this code to display a Google +1, a Tweet and a Share button :
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style" addthis:url="http://fundox.free.fr" addthis:title="Fundox">
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4d920b69312d16f8"></script>
<!-- AddThis Button END -->
This code worked fine in all browsers until recently. For 1 or 2 weeks, it doesn't work any more in IE 9. The G+ icon displays 0 click (instead of 5), Tweet 0 (instead of 8) and +Share doesn't display any counter (instead of 352 clicks). But they still work fine in other browsers.
I didn't change anything in the HTML code, suddenly the AddThis bar didn't work any more in IE 9.
The address of my site is http://fundox.free.fr
Thanks for your help.