Integrate StumbleUpon to WordPress Blog
-
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=”https://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”https://www.stumbleupon.com/images/stumbleit.gif“/> Stumble it!</a>
Detail tutorial:
https://www.liewcf.com/blog/archives/2006/10/add-stumbleupon-to-wordpress-blog/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Integrate StumbleUpon to WordPress Blog’ is closed to new replies.