I have a huge increase in traffic to RiceBlogger dot com when my Blogs with Top Commentators Plugins post is StumbleUpon-ed. Although there is some drop in traffic after that, overall traffic have been constantly increase daily.There was someone asking for tips on the way he could add StumbleUpon link onto their blog. Here is how you could add them. I found out 2 ways of doing it, I belief there is more ways to do this out there. One way is to install Sociable Plugin for Wordpress and another way is to code it manually, which is what I have done for my blog.

Add Digg it!

digg.gif

<a href=”http://digg.com/submit?phase=2&url=<?php the_permalink() ?>”>Digg it!</a>

Add StumbleUpon

stumble-upon.jpg

<a href=”http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”>Stumble it!</a>

Add Furl

furl.gif

<a href=”http://furl.net/storeIt.jsp?t=<?php the_title(); ?>&u=<?php the_permalink() ?>”>Furl</a>

Add Reddit
reddit.gif

<a href=”http://reddit.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” >reddit</a>

Add Del.icio.us

delicious.gif

<a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>”>Del.icio.us</a>

Copy the code and paste it in both Main Index Templates and Single Post. Look for

<?php the_content

and paste it somewhere before or right after this code.

This social bookmark could also be applied to other new social bookmarking website. But you will need to find out the link which they use to add a new bookmark. Also, this only works in Wordpress.

Popularity: 86% [?]

If you enjoyed this post, make sure subscribe to my RSS feed! or your could read this blog via Email Subscription.