test

(function($) {
$(document).ready(function() {
$(‘.et-social-icons .et-social-icon a’).click(function(e) {
e.preventDefault();
var url = $(this).attr(‘href’);
window.open(url, ‘_blank’);
});
});
})(jQuery);