Facebook and Twitter share buttons not working [closed]
There is a jQuery event hooked to that link. Here is the function that is called whenever you click one of the sharing links: function (){ window.open( jQuery(this).attr( ‘href’ ), ‘wpcomtwitter’, ‘menubar=1,resizable=1,width=600,height=350’ ); return false; } This is added by the JetPack plugin and will attempt to open a dialog window with the url http://karba.la/?share=twitter&nb=1 … Read more