Sign up Login
home | you | technology | web 2.0 | podcasts | entertainment | photos | comics | videos
 
Latest from lemonad
 

Ubiquity search for Bloggy.se

Friday, February 6, 2009
For people who have installed Ubiquity from Mozilla Labs, here’s a user script that enables you to quickly search for words in Bloggy:
makeSearchCommand({
  name: "Bloggy",
  url: "http://bloggy.se/search/{QUERY}",
  icon: "http://bloggy.se/favicon.ico",
  description: "Searches Bloggy for...",
  preview: function(pblock, directObject) {
    var searchTerm = directObject.text;
    var pTemplate = "Searches Bloggy.se for ${query}";
    var pData = {query: searchTerm};
    pblock.innerHTML = CmdUtils.renderTemplate(pTemplate, pData);
  }
});

I’ve added Ubiquity meta information to this page so that you should see a Firefox bar across the top of the page asking you whether or not to install/subscribe to this script.

...
Original article from http://jonasnockert.com/2009/02/ubiquity-search-for-bloggyse/
Login to read full articles and enjoy our free features for members.
« Search words in Wordnik from Ubiquity
SSWC — Sweden Social Web Camp »
 

Related articles