Hi,
I am just wondering how i can enable the social icons on product page, currently mine is not showing.
<?php
// variable for the social API HTML output
$social_api_output = gk_social_api(get_the_title(), get_the_ID());
?>
<?php if($social_api_output != '' ): ?>
<?php echo $social_api_output; ?>
<?php endif; ?>