At the moment, how would I include my own button for stumbleupon?
I placed this in the <head> :
<script type="text/javascript">
(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>
And I just need to place this <su:badge layout="1"></su:badge>
somewhere in the plugin.
Is that possible?