This is my website http://socionetnography.net/
I need to open social links (FB, Twitter...) on new tab in About__Meet the team section. How can i do this?
/templates/gk_creativity/js/gk.scripts.js
htmloutput += '<a href="'+figure.attr('data-fb')+'" data-type="fb">Facebook</a>';
htmloutput += '<a href="'+figure.attr('data-twitter')+'" data-type="twitter">Twitter</a>';
htmloutput += '<a href="'+figure.attr('data-gplus')+'" data-type="gplus">Google+</a>';