<script type=\"text/javascript\"> $(function(){ $.getJSON('http://www.twitter.com/status/user_timeline/cbullmedia.json?count=2&callback=?', function(data){ $.each(data, function(index, item){ $('.twitter').append('<div class=\"tweet\"><p>' + item.text + '</p></div>'); }); }); });</script>
I have this on the ilnk - 'count=2' but it still only shows 1 tweet.