Chadi
04-09-2013, 06:51 PM
Hey guys,
Trying to add this to my site in footer.
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
<div id="mydiv"></div>
Doesn't show up at all. Any ideas?
Trying to add this to my site in footer.
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
<div id="mydiv"></div>
Doesn't show up at all. Any ideas?