Putting a Del.icio.us, Digg, technorati and Slashdot button into your Wordpress blog

Learn how to add Delicious,Digg,Technorati, and Slashdot into your blog/site.

read more | digg story

Wordpress Users: Here is the HTML if you are running Wordpress. Just download the images from the aforementioned site and you are ready to go.


<a href=”<?php the_permalink() ?>” title=”permanent link”>Permanent Link</a>
&nbsp;| &nbsp;
<a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>”>
<img src=”/wp-content/delicious.gif” alt=”book mark <?php the_title(); ?> in del.icio.us”>Del.icio.us</a>
&nbsp;| &nbsp;
<a href=”http://technorati.com/cosmos/search.html?url=<?php the_permalink() ?>”>
<img src=”/wp-content/technorati.gif” alt=”See this page in technorati”>Cosmos</a>
&nbsp;| &nbsp; <a href=”http://www.digg.com/submit” target=”_new”>
<img src=”/wp-content/digman.gif” alt=”submit <?php the_title(); ?> to digg.com”>Digg</a>
&nbsp;| &nbsp; <a href=”http://slashdot.org/submit.pl” target=”_new”>
<img src=”/wp-content/slashdot.ico” alt=”submit <?php the_title(); ?> to slashdot.com”>Slashdot</a>

Just update your post template (single.php) and post.php.

2 Responses to “Putting a Del.icio.us, Digg, technorati and Slashdot button into your Wordpress blog”

  1. Creation Robot » I R Baboon Says:

    […] gharbor.com/blog/_archives/2005/6/16/946671.html I’ve butchered the HTML from here: http://www.davidbreyer.com/2005/06/18/p […]

  2. naser Says:

    Thanks ~~~~~~~ man…I’ve modified your code a bit to use it on my own blog. You should really check those double-quotes in your post above. They should be changed to the real ” ” (double quote) in order to use that mod of post.php

    But thanks anyway :)

Leave a Reply