1. First, install this plugin - https://wordpress.org/plugins/custom-css-js/


2. Then, add a 'Custom JS' snippet and paste this in:


jQuery(document).ready(function($) {
$('.social-menu a').live('click', function(){jQuery
  $(this).attr('target','_blank');
});
  });