Twitterini Gadget
You can browse or check out the source code at http://code.google.com/p/gwave-twitterini-gadget.
Code
<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Twitterini: Search + Bookmark + Share" height="300"> <Require feature="wave" /> <Require feature="dynamic-height" /> <Require feature="locked-domain" /> </ModulePrefs> <Content type="html"> <![CDATA[ <link type="text/css" href="http://cartosoft.com/lab/gadgets/twitterini-gadget/style.css" rel="stylesheet" /> <script src="http://www.google.com/jsapi?key=<developer key>" type="text/javascript"></script> <script> google.load("jquery", "1.3"); </script> <div id="wrapper"> <div id="header"> <span style="float:left;"> <img src="http://cartosoft.com/lab/gadgets/twitterini-gadget/birdie.png" alt="Twitterini" /> </span> <span id="headerTitle"> Twitterini - <span id="headerSubTitle">Share + Search + Bookmark</span> </span> <span id="headerCredits"> powered by <a href="http://developer.yahoo.com/yql" target="_blank">YQL</a> and <a href="http://search.twitter.com" target="_blank">Twitter</a> </span> </div> <div id="shareControl"> <label>Share Your Twitter Name</label> <input type="text" value="" name="twitterName" id="twitterName" /> <input type="button" value="Go!" onClick="shareTwitterName()" /> </div> <div id="searchControl"> <label>Search Twitter</label> <select name="searchType" id="searchType"> <option value="keywords">keywords</option> <option value="name">name</option> </select> <input type="text" value="" ...
Get Google Wave: Up and Running now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.