Open social media links in new window

Home Divi Code Snippet Library 'Divi Social Media' Snippets Open social media links in new window....

To open social media links in new window, paste into divi theme options/integration/body:

<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".et-social-icon a").attr('target', '_blank');
});
</script>