Hi there,
The plugin we propose is giving a link to "like" or "share" your Hikashop product, it's not a link to your website or your twitter account so it's kind of meaningless to display it on each page of your website. If you just want a link to your account I think there are multiple plugins and component which will satisfy you (take a look on the jed).
You can however change the way it display in the product view by editing the view show_default and moving this code:
<?php
//PLUGIN hikashop social
$pluginsClass = hikashop_get('class.plugins');
$plugin = $pluginsClass->getByName('content', 'hikashopsocial');
if(!empty($plugin) && (@$plugin->published || @ $plugin->enabled)) {
echo '{hikashop_social}';
}
?>
Where you want in the same file.