August 2008 Archives

Twitter Search Command for Ubiquity

Ubiquity is an amazing and extremely useful command line tool/UI for Firefox, currently in alpha. Since it didn't come packaged with a command to search Twitter and I couldn't find one elsewhere, I tweaked a simple command together that does the job... "twittersearch". You can copy the code below and add it to Ubiquity's command editor yourself (and have it instantly usable) or you can subscribe directly to the command on my Ubiquity page (subscribing will require FF restart). If you haven't tried Ubiquity for Firefox, check it out at Mozilla Labs. No need for me to blog about it; enough is already being said here, there and everywhere.

As always, your mileage may vary, use at your own risk, the usual suspects. Enjoy!

makeSearchCommand({
  name: "twittersearch",
  url: "http://search.twitter.com/search?q={QUERY}",
  icon: "http://assets3.twitter.com/images/favicon.ico",
  description: "Searches <a href=\"http://search.twitter.com\">Twitter</a> for tweets matching your words.",
  preview: function(pBlock, directObj) {
    if (directObj.text)
      pBlock.innerHtml = "Searches Twitter for " + directObj.text;
    else
      pBlock.innerHTML = "Searches Twitter for tweets matching yourwords.";
  }
});

About this Archive

This page is an archive of entries from August 2008 listed from newest to oldest.

July 2008 is the previous archive.

October 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 5.01

Fatal error: Smarty error: [in evaluated template line 4]: syntax error: unrecognized tag 'mtfeed' (Smarty_Compiler.class.php, line 580) in /nfs/c04/h04/mnt/66783/domains/geekmum.com/html/mt/php/extlib/smarty/libs/Smarty.class.php on line 1095