Hi there, I installed the simple code below at the empty page www.officinak.net/lab/snipped-code/_services/addthistest.htm
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f43a96e37ba11ea"></script>
But clicking on the Facebook icon, the behaviour is quite different from the preview of the same code at the page www.addthis.com/get/sharing
From this page you are redirected to http://www.facebook.com/dialog/feed?redirect_uri=... and the page appears well formatted, centered, with header and footer. On the contrary, from my page you are redirected to http://www.facebook.com/sharer/sharer.php?u=... and the page appears bad formatted, left aligned, without footer.
Any solution?