Okay
  Public Ticket #2361730
Social share product page
Closed

Comments

  • lecantin started the conversation

    How can I get the social share icons to open in a new window/tab. 


    In the single product page


  •  675
    Neuron replied

    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.

    <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.