Twitter Box

jquery.twitterbox is a jQuery plugin that integrates Twitter with your web site.

Download

Usage

<link href="/static/jquery.twitterbox.css" type="text/css" rel="stylesheet"/>
<script src="/static/jquery.twitterbox.js" type="application/javascript"></script>
        
<ul id="twitter">
    <span class="screen-name">valentineweb</span>
</ul>
        
$(document).ready(function() {
    $('#twitter').twitterbox();
});
        

Demo