Adding “del.icio.us this” and “furl this” links to your blog

Tip of the day: you can add one click links to the end of each blog post for readers to archive that post in their del.icio.us or Furl archives. I think this makes it all the easier for people to save, return to and effectively promote your post and your site. If reading posts all in a row on the front page of a blog, you can bookmark a particular post without having to click through to it’s unique permalink pagel. Here’s how you add that option…

Inside your blog’s HTML template there should be a template for each post. In Blogger you can find the end of the post because that’s where the “leave a comment” link will be (you can add this code right after that link) and in WordPress you will have a post template file findable via presentation-template editor, or the post template will be in your main template.

In Blogger, you can add:

<em>Bookmark this post in <a href=”http://del.icio.us/post?url=<$BlogItemPermalinkUrl$>&title=<$BlogItemTitle$>” target=”_blank”>Del.icio.us</a> or <a href=”http://www.furl.net/storeIt.jsp?t=<$BlogItemTitle$>&u=<$BlogItemPermalinkUrl$>” target=”_blank”>Furl</a>. (<a href=”http://marshallk.com/introduction-to-social-bookmarking/” target=”_blank”>definition</a>)<br /></em>

In WordPress you can add:

Bookmark this post in <a href=”http://www.furl.net/storeIt.jsp?t=<?php the_title(); ?>&u=<?php the_permalink() ?>” target=”_blank”>Furl</a> or <a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” target=”_blank”>Del.icio.us</a><br/> (<a href=”http://marshallk.com/introduction-to-social-bookmarking/” target=”_blank”>definition</a>)<br />

As you can see perhaps, the basic code here is the same for both, what differs is how your blogging software identifies the permalink of whatever post you are on. So if you are using something other than Blogger or WordPress, you can adjust that part accordingly. And of course you can remove, replace or tweak the link to my definition of social bookmarking however you like.

Please note that Furling links this way will not save you a cached copy of the post the way Furl likes to do (thus you will get an error-ish mssg) but don’t worry, the URL and all other info you enter into the Furl box will be saved!

Let me know if this doesn’t work for you and I’ll see if I can help. Adding things like this is an example of what I do as part of my blog optimization services. If you are interested in having me set your blog up with the best in new tools for maximum impact and awesomeness, let me know. I offer blog optimization services at a very reasonable cost – your increase in traffic and sophistication will be more than worth it.

Technorati Tags: , , , , ,