how do I implement this plugin?

how do I implement this plugin?

Hey guys,

Trying to add this to my vbulletin forum site in footer template.

http://plugins.in1.com/share/demo

I'm not sure what I'm doing wrong here. 

I've added this in the headinclude template

  1. <script type="text/javascript">
  2. $('#mydiv').share({
  3.         networks: ['facebook','googleplus','twitter','tumblr','email','stumbleupon','digg']
  4.     });
  5. </script>

  6. <script type="text/javascript" src="clientscript/jquery.share.js"></script>
  7. <link rel="stylesheet" type="text/css" href="clientscript/jquery.share.css" />

The paths are correct.

I added this in footer template


  1. <div id="mydiv"></div>

Doesn't show up at all. Any ideas?

I even added the whole thing in footer template only, tried that variation and even tried putting the css/js lines prior to the <script> code section, still doesn't show up.