jQuery Twitter Plugins – Add Tweets To Your Website

The plugin is so easy to use, customizable & unobstrusive.
Integrating social profiles with websites is a very popular trend as they represent a content.
For Twitter, if you have an account and want to add tweets to your website, these  jQuery Tweeter plugins will help you for sure:

Step 1:After inserting the jquery-twitter.js file to your website, simply create a divnamed "twitter" at where the feeds will be displayed.
Step 2: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
    });
});