|

The7 social network share button open new window instead of new tab.

The7 social network share button open new window instead of new tab. Copy the codes below to your JS file.

$('.soc-ico a' ).click(function(e){
	e.preventDefault();
	window.open(this.href, "myWindowName", "width=800, height=600");
});

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *