The AddThis code puts a script into the page code that calls a JavaScript file without specifying the protocol:
<script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#pubid=galbaras"></script>
I think it should be:
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=galbaras"></script>