Comments lecantin started the conversationApril 14, 2020 at 3:45pmHow can I get the social share icons to open in a new window/tab. In the single product page 675Neuron repliedApril 15, 2020 at 11:19amHi Lecantin,Please install the following plugin, it will allow you to add Custom jQuery - https://wordpress.org/plugins/insert-headers-and-footers/ After installing go to the Settings > Insert Headers and Footers, add the following script in head or footer. <script> jQuery(function($) { jQuery('.m-social-media a').each(function(){ jQuery(this).attr("target","_blank"); }); }); </script>Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
How can I get the social share icons to open in a new window/tab.
In the single product page
Hi Lecantin,
Please install the following plugin, it will allow you to add Custom jQuery
- https://wordpress.org/plugins/insert-headers-and-footers/
After installing go to the Settings > Insert Headers and Footers, add the following script in head or footer.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.