dylan bathurst

Synopsis of Twitter This Bookmark

This is a simple javascript bookmark to make posting a link to twitter that much quicker.

I have recently been playing with John Resig’s Twitter Quick Reply bookmark, and decided to make a little helpful plugin of my own. Playing around with the javascript from his bookmark and the UrlKiss bookmark, I came up with TwitterThis.

To use TwitterThis simply drag this linkĀ TwitterThis to your bookmarks toolbar. Now whenever you are on a site that you would like to link to from twitter, just click the bookmark in your bookmarks bar and you will be taken to twitter and the url address of that page will be inserted into update area.

The Code

javascript:void(location.href='http://twitter.com/home?status='+escape(location.href))

update July 24, 2008
Gabe Jamison remodeled the script a little bit so that it will open up in a new window instead of opening in the same window. TwitterThisInAnotherWindowBesidesTheOneYouAreIn

javascript:void(window.open('http://twitter.com/home?status='+escape(location.href)))

The Reason

I know it’s not particularly hard to copy, go to twitter, and paste but this will save you a few clicks. So enjoy!