Script - open new window not working

it is on this fille - http://jsfiddle.net/codifier/3NBDf/


$(document).ready(function()
{
    $(window).load(function () {
        site.init();
    });
});

$('.social-button').on('click', function()
        {
            window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;
        });



<div class="shareContainer">
                <div class="shareIcons">
<a class="social-button" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.yahoo.com&title=TITLE&summary=SUMMARY&source=Yahoo"><img src="http://3.bp.blogspot.com/-ZgsHmHmT7D8/Th8By9n-ZCI/AAAAAAAABbI/TBF9LxQ0Tv8/s1600/LinkedIn+Share+no+count+blogger+adding.png"></a>
                </div>
            </div>

Been pulling my hair for a while why it won;t work externally or within the html itself.

Not sure if it matters but would having

jquery-1.6.2.min.js
plain jquery.js script

in the header affect it?

These jquery scritps are necessary for the script to work.elements in the page to work. So, I don’t want to change all the jquery just for some social buttons.

Are you sure that you have your browser configured to allow a new window to be opened?

Yes it is configured otherwise it would truly be embarrassing.

The popup works on the buttons on this site


codesynthesis.co.uk/code-snippets/add-social-share-icons-without-javascript-requests