Adding twitter feeds to a site

Filed under Uncategorized

Just a bit of code I’ve come across that uses the Twitter API and is fairly fast

<ul id="twitter_update_list" style="width: 200px; "></ul>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{__USERNAME__}.json?callback=twitterCallback2&count=all"></script>

Post a Comment

You must be logged in to post a comment.