I like to keep my bookmarks as links in my own self hosted WordPress blog. Having seen bookmarklets of DelIcioUs aand Digg etc, I did not liked to add links manually. So I decided to make boookmarklet for my blog where I can save my links in mere two clicks.
here is how
1. Just take any link from your browser toolbar,
2. Instead of existing URL, copy line below
javascript:document.location.href=’http://dak.me/wp-admin/link-add.php?name=’+encodeURIComponent(document.title)+’&linkurl=’+encodeURIComponent(location.href)
here, you can write yor blog URL, instead of http://dak.me
Now Boookmarklet for your self-hosted wordpress is ready, just try and let me know.