Hi,
You can edit the plugin hikashopsocial in "plugins/system/hikashopsocial/hikashopsocial.php".
And edit the code:
$html = array(
$this->_addTwitterButton($plugin),
$this->_addPinterestButton($plugin),
$this->_addGoogleButton($plugin),
$this->_addAddThisButton($plugin),
$this->_addFacebookButton($plugin)
);
In this code, just change the order of the elements.
Regarding the count issue, in that same plugin, in the function "_addPinterestButton()" could you try to add the code:
before:
return '<span class="hikashop_social_pinterest'.$c.'"><a href="//pinterest.com/pin/create/button/?url='.urlencode($url).'&media='.urlencode($imageUrl).'&description='.htmlspecialchars(strip_tags($element->description), ENT_COMPAT,'UTF-8').'" class="pin-it-button" count-layout="'.$count.'"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></span>';