Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 553 Bytes

File metadata and controls

22 lines (17 loc) · 553 Bytes

#twitTweet THIS NO LONGER WORKS - DUE TO TWITTER CLOSING DOWN EXISTING REST API.

A simple jQuery Twitter plugin.

The git repository history also serves as an example of TDD with Javascript.

#Requirements jQuery + jQuery-ui (core and widget)

Usage

//default
$('#containerDiv').twitTweet();

//with options
$('#containerDiv').twitTweet({
	results: 10, //number of results to display
	userName: 'iainjmitchell', //twitter username - default is *
	includeMentions: false //include other people mentioning this user - default is true
});