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.
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>
|
<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>
|
<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>
| <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>
| <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.
August 3rd, 2005 at 10:11 am
[…] gharbor.com/blog/_archives/2005/6/16/946671.html I’ve butchered the HTML from here: http://www.davidbreyer.com/2005/06/18/p […]
November 7th, 2005 at 7:55 am
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