Hello,
You need edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product†in line 1918), to change link you need edit the code, for example for Twitter and replace http://www.facebook.com/sharer.php?u=’.$permalink.’&images=’.$image.’ with a link to your Facebook account.
the above i understand; however, what if i’d like to keep the [share] shortcode and create another shortcode for links like social media and emailing. when i write in the new code for the [links] shortcode and upload it via FTP the site is non responsive (nothing but white page). then when i delete the code, it’s fine. the code for [links] is almost identical to that of [share].
any ideas?