I'd like to be able to have the stumbleupon button on all my site pages, but always have it "Stumble" my home page. How can I add this functionality to the Button?
Here's what Stumbleupon gives me:
< !-- Place this tag where you want the su badge to render -->
< su:badge layout="5" >< /su:badge >
< !-- Place this snippet wherever appropriate -->
< script type="text/javascript"><br>
(function() {
var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
})();
< /script>
Here's my site fairivy.com
Thank you!