Skip to content
Wolfy87 edited this page Dec 1, 2010 · 1 revision

$(string element, object context).twitter(string user)

Parameters

element - The CSS selector string to your element.

context - If supplied, the context in which you wish the selection to take place.

user - The user you wish to grab the latest tweet from.

Return values

Nothing

Examples

Get OliverCaldwell's latest tweet and drop it into an element

$('p.tweet').twitter('OliverCaldwell');