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
- <script type="text/javascript">
- $('#mydiv').share({
- networks: ['facebook','googleplus','twitter','tumblr','email','stumbleupon','digg']
- });
- </script>
- <script type="text/javascript" src="clientscript/jquery.share.js"></script>
- <link rel="stylesheet" type="text/css" href="clientscript/jquery.share.css" />
The paths are correct.
I added this in footer template
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.