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 div named “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.
Popularity: 1% [?]
Did you like this? If so, please bookmark it, about it, and subscribe to the blog RSS feed.






Leave a Reply