Tag Archives: Twitter

Twitter Bookmarklet: View the Whole Conversation

Do you ever view a Twitter update (or a “tweet”) which is part of a conversation and wish there was an easy way to view the entire conversation?

It’s not easy to do. (We’re talking about the web interface here, it’s undoubtedly easy for those who use Twitter clients.) This is why I’ve written the Twitter Conversation Bookmarklet.

Update: This bookmarklet is now a web service by me. Check out Twitlr!

Installation

Drag the following link to your browser’s Bookmarks Toolbar:

[twitter conversation]

Usage

Simply press the bookmarklet whenever you’re on a Twitter status page that is part of a conversation, and the entire conversation will be magically loaded onto the page.

Example

The best way to see an example is just to install the bookmarklet and then hit it on a status page. An example status where it works well is this recent tweet by Damien Mulley which is part of a conversation.

Results of the Twitter conversation bookmarklet

Known Issues

  • Currently, the bookmarklet won’t return a conversation if you use it on the first tweet that is part of a conversation. It must be used on a tweet that is replying to another. This appears to be a limitation of the Twitter API but I am looking into ways to work around this.

Comments and bug reports appreciated.

Firefox Search Plugin: Post Updates to Twitter right from your Firefox Search Bar!

April 18th 2008:
This no longer works. Try an alternative instead.

Description

“Post to Twitter” is a search plugin for Mozilla Firefox which allows you to quickly post statuses (or “tweets”) to your Twitter account from the Firefox search bar. It is not an extension — it is a Firefox Search Engine. This means you can activate and install it in about five seconds, and start using it straight away without having to restart Firefox.

Evan Williams, the co-founder of the company behind Twitter, described it as

wicked cool

Download

Take a look at the button to the left of your Firefox Search Bar now. You’ll see that the button has a faint glow around it (Mac users, the arrow will be glowing). This indicates that the website you are viewing has a search engine available which you can install with just two clicks – in this case the search engine is not a search engine at all, but a Twitter updater.

Click the drop down menu and click Add “Post to Twitter”. The search engine will be downloaded and installed and you can start using it straight away.

How to use it

To post a status to your Twitter account, simply select “Post to Twitter” from the search engine drop down menu (if it isn’t selected already), type your status, and hit enter. If you are already logged into your account on twitter.com your status will be posted straight away. If you’re not logged in, you’ll be prompted to do so and then your status will be posted right after you’ve logged in.

Very Important

Once you’ve posted your update, don’t forget to switch back to your default search engine straight away so you don’t accidentally post to Twitter the next time you go to search for something. Simply click the drop down box and click on Google (or whatever your favourite search engine is) then carry on about your normal business.

Requirements

The only requirements for this plugin to work are that you have Firefox 2 (or later) and a twitter.com account.

Geek Stuff

The “Post to Twitter” search engine plugin is written in OpenSearch formatted XML. You can find out more about writing your own OpenSearch search engine plugins at the Mozilla Developer Center: Creating OpenSearch plugins for Firefox. If you’re familiar with the OpenSearch format then you might be thinking to yourself, hang on, this plugin should work in Internet Explorer 7 too, but you’d be wrong. The plugin uses the POST method which is not supported by IE7. The POST method is required to post your status to twitter.com, and using GET will not work. If IE7 one day does support POST then I see no reason for the plugin not to work in IE7 too.