A jQuery Plugin For Displaying Twitter Feeds
30
Oct
This is a jQuery plugin for displaying Twitter feeds of an user on any website.
The plugin is so easy to use, customizable & unobstrusive.
How to use it?
- After inserting the jquery-twitter.js file to your website, simply create a
divnamed "twitter" at where the feeds will be displayed. - This jQuery code does the rest:
$(document).ready(function() {
$("#twitter").getTwitter({
userName: "jquery",
numTweets: 5,
loaderText: "Loading tweets…",
slideIn: true,
showHeading: true,
headingText: "Latest Tweets",
showProfileLink: true
});
});
The plugin is based on the Twitter Badge Customizer & a demo can be found here.
Requirements: jQuery
Website: http://coda.co.za/blog/2008/10/26/jquery-plugin-for-...
Demo: http://coda.co.za/content/projects/jquery.twitter/de...
Website: http://coda.co.za/blog/2008/10/26/jquery-plugin-for-...
Demo: http://coda.co.za/content/projects/jquery.twitter/de...
- Tags:
- Filed under: CC License, Extras, Tools















3 Responses for "A jQuery Plugin For Displaying Twitter Feeds"
The demo doesn’t work…
Wow, this is great.
I love jQuery
@vvvlad the demo works now