Hi,
What can be done is to edit the plugin "plugins\content\hikashopsocial" file "hikashopsocial.php" function "_getImageURL()" and in this function change the path of the "$uploadFolder".
For example, change:
$uploadFolder = ltrim(JPath::clean(html_entity_decode($config->get('uploadfolder','media/com_hikashop/upload/'))),DS);
To:
$uploadFolder = ltrim(JPath::clean(html_entity_decode($config->get('uploadfolder','media/com_hikashop/upload/fb/'))),DS);
and put the resized images in the folder "media/com_hikashop/upload/fb/" with the same name than the main product image.