I created a simple hack to add StumbleUpon link to your WordPress entries.
Here is the code to add into "single.php", after the_content():
<a href=”http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”http://www.stumbleupon.com/images/stumbleit.gif“/> Stumble it!</a>
Detail tutorial:
http://www.liewcf.com/blog/archives/2006/10/add-stumbleupon-to-wordpress-blog/