twito : jQuery Twitter Plugin
Show tweets from multiple accounts
Pure jQuery & CSS
Multiple animations
Options for easy configuration
Usage:
<script type="text/javascript">
$(function(){
$("body").twito({
users: ['web_speaks','smashingmag','real_CSS_Tricks','jeresig'],
position: 'tl',
width: '300px',
height: '80px',
margin: '10px',
animation: 'bubble',
speed: 3000,
padding: '10px',
bgColor: "#993366",
showAvatar: false,
avatarSize: '36px'
});
});
</script>



