‹‹ jQuery StuffjQuery Twitter Search Plugin

Basic Usage

$('#twitter1').twitterSearch('malsup');

Customized Usage

$('#twitter2').twitterSearch({
	term:  'jQuery',
	title: 'jQuery Chatter',
	titleLink: 'http://www.jquery.com',
	birdLink:  'http://twitter.com/jquery',
	css: { 
	  img: { 
		width: '30px', height: '30px'
	  }
	}
});

More Options

$('#twitter3').twitterSearch({
	term:   'Butler basketball',
	// no fade
	animOut: { opacity: 1 },
	avatar:  false,
	anchors: false,
	bird:    false,
	colorExterior: '#ddd',
	colorInterior: 'white',
	pause:   true,
	time:    false,
	timeout: 2000
});

CSS Used on this page:

div.twitter { margin: auto; width: 300px }
#twitter1 { height: 200px; }
#twitter2 { height: 300px; }
#twitter3 { height: 400px; width: 200px; }
See example of twitter failure.