$(document).ready(function() {
    $("a.share_fb").click(function (e) {
        e.preventDefault();
        window.open(this.href, 'sharer', 'toolbar=0,status=0,width=526,height=356');
    });
});
