|
Project Information
Links
|
I was perusing the Web looking for some quick and dirty Javascript I could use with the Twitter Search API to display a list of recent tweets containing a particular keyword. I came across the monitter.com widget, which was almost exactly what I had in mind, except that it includes some really great, rich features that were well beyond what I needed. I adapted and simplified the monitter script to: 1. Fix an issue with unescaped characters, e.g. hashes, in the search query. Just like monitter, TwitStream utilizes the jQuery framework. Because jQuery is awesome. What's New in v1.2 One bug was fixed in this version: 1. The alt attribute was added to each user's profile image. What's New in v1.1 1. Updated date/time display on tweets to match the format on Twitter - previously the exact time of day was shown, now a relative time (e.g. "about 1 hour ago") is shown instead. |