i had this error too. sharebar seems to be working but not diggdigg for floating bar on posts. i think it may have to do with jquery not being loaded on your wordpress theme. i just solved this issue by manually adding jquery in the theme.
inside the theme code editor, in your header.php before the end of </head>
include the following jquery code:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js”></script>
this may solve your problem. at least it worked for me.