Only the Facebook and Twitter buttons remain.
1)
And also there is an issue that the http needs to be changed to https for at least twitter:
<script id="bop5twt" type="text/javascript">
(function() {
var twitterScriptTag = document.createElement('script');
twitterScriptTag.type = 'text/javascript';
twitterScriptTag.async = true;
twitterScriptTag.src = 'http://platform.twitter.com/widgets.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(twitterScriptTag, s);
http://platform.twitter.com/widgets.js
needs to be
https://platform.twitter.com/widgets.js
2) Within the AddThis_toolbox you appear to be using, also there is an https problem:
addth.src = 'http://s7.addthis.com/js/250/addthis_widget.js#pubid=';
should be
addth.src = 'https://s7.addthis.com/js/250/addthis_widget.js#pubid=';
Both of these appear to be inside the
product_bop5moresharevb5.xml