[SOLVED]Block Share Facebook - Popup instead of a new tab/window

Hi, I am using the blocksharefb module on a Prestashop 1.5.2.0 and have a little issue with it. Instead of opening the usual little popup where you can share the page on FB, It either opens a new tab or a new window (depends on the options I set in Firefox) but no popup. You can see it here : htt...

function shareFB(url) { window.open( 'https://www.facebook.com/sharer/sharer. php?u='+encodeURIComponent(url), 'facebook-share-dialog', ...

Lee mas