I'm looking to have the latest post from several twitter accounts displayed on a web page. How would I go about doing this? As I understand it, the Twitter API looks for a specifically-ID'd div, and inserts the content there. Would I rename the divs in between API calls, or something similar? I honestly have no idea.
I currently have as follows:
<div id="twitter_update_list"></div>
...
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/[username here].json?callback=twitterCallback2&count=1"></script>