Home Forums Jevelin Theme Woocommerce Share Buttons Reply To: Woocommerce Share Buttons

Home Forums Jevelin Theme Woocommerce Share Buttons Reply To: Woocommerce Share Buttons

Hi @oneorzero,

 

I hope you are well today and thank you for your question.

 

Its code is as following which you will find in the theme file jevelin/js/scripts.js on line number 630

 

    /* Share  */
    $(".sh-social-share-networks").jsSocials({
        _getShareUrl: function() {
            var url = jsSocials.Socials.prototype._getShareUrl.apply(this, arguments);
            return "javascript:window.open('" + url + "', '', 'menubar=no, width=500, height=300')";
        },
        showLabel: false,
        showCount: "inside",
        shares: ["facebook", "twitter", "googleplus", "email", "pinterest"]
    });

 

Best regards,
Shufflehound team