trying to add stumbleupon to share_page

Brandon Sheley

Well-known member
no mater where I put this code

Code:
<script src="http://www.stumbleupon.com/hostedbadge.php?s=1"></script>

found here

http://www.stumbleupon.com/badges/

in the share_page template, it always falls to the bottom of the page like this.

stumble.webp

I would like to add it to the right of the Twitter badge before toe google badge.
I'd like to add it in the sidebar share this page spot as well, but I think if I figure out the one in the post, the sidebar one will be easier.

Any help is appreciated

thanks
-Brandon
 
This works for me.

Code:
<div class="shareControl"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1"></script></div>

You may need to create a new class and add some additional styling.
 
Top Bottom