igorette (owner)

Revisions

gist: 73217 Download_button fork
public
Public Clone URL: git://gist.github.com/73217.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
CmdUtils.CreateCommand({ name: "twingly_mb",
icon: "http://static.twingly.com/content/images/favicon.ico",
author: { name: "Igorette", email: "igor"},
description: "Searches for microblogged items",
takes: {"item": noun_arb_text}, preview: function( pblock, sParams )
{ pblock.innerHTML = "Search for: " + sParams.text; }, execute: function( sParams )
{ var sP = "http://www.twingly.com/search?sort=published&content=microblog&q=" + sParams.text;
Application.activeWindow.open(Utils.url(sP)); } })