del.icio.us: bookmark this: “I’ve added a little bit of code to add a ‘Bookmark This’ link on every post, next to the Comments link, which allows you to kick the user over to to the del.icio.us posting page.”
Nice trick. I just did the same here. Here’s the code to do the same using WordPress:
<a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>”>(bookmark this)</a>


0 Responses to “Bookmark this”