Rebozo: A Twitter Plugin for jQuery

Documentation

The Rebozo plugin contains a single, jQuery method, which requests tweet data from Twitter's search services, and displays them on-screen using

.rebozo(search, [options])

When the rebozo method is invoked, an asynchronous request is made to Twitter's search API. When that request is completed, the resulting tweets are formatted and inserted into the matched elements.

$(".tweet-container").rebozo("#boston")

The sample code above will search for tweets containing the trending topic "#boston" and insert them into an element with class="tweet-container".

Parameters