My favorites | Sign in
Project Logo
             
Code license: MIT License
Labels: jquery, twitter
Show all Featured downloads:
jquery.jtwit.zip
Feeds:
People details
Project owners:
  cjscott69

Info

Display Twitter updates from a user in a DOM element. Options for displaying friends' updates and filtering (e.g. for hashtags).

Usage

$("#container").jTwit(
	{
		username: 'chrisscott',
		updatefrequency: 60000,
		showfriends: false,
		sizetofit: false,
		filterexpression: /\#myhashtag/i,
		maxtweets: 10 
	}
);

This adds tweets to the element w/the ID container

Demo

demo (pass in ?=username where username is a username to display tweets for--otherwise will use mine)

Download

jTwit 0.1

Options

Public Methods

CSS Classes

Each element added has a CSS class to give you control over the layout and look. Included in the source are a single-column and multi-column stylesheets. The following CSS classes are used:









Hosted by Google Code