banner design

This is a jQuery plugin for displaying Twitter feeds of an user on any website.

The plugin is so easy to use, customizable & unobstrusive.

Twitter jQuery Plugin

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.