Hi,
When I add the Facebook icon sharer, I have 1 error that is causing multiple errors on pages.
I noticed that a quotation in the ONCLICK event is misplaced / not valid.
See the quotation before "sharer"
Here is the code :
<li class="shr-facebook">
<a href="http://www.facebook.com/share.php?v=4&src=bm&u=http://www.riversatile.fr/2010/07/11/iniesta-sauve-la-mise/&t=Iniesta+sauve+la+mise" rel="nofollow" class="external" title="Partagez-le sur Facebook" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);window.open(this.href,"sharer','toolbar=0,status=0,width=626,height=436'); return false;"> </a>
</li>