“Bookmark This” for WordPress
Joshua posted a quick recipe for adding a “Bookmark This” link (using del.icio.us) to MovableType blog posts. Here’s how to do the same thing in WordPress:
<a href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>">Bookmark This</a>