I don't think you can get 2 users from that javascript code. If you want to try another widget, you can look at http://tweetgrid.com/widget/ and set var jtw_search = "from:vavroom OR from:bozo";
(this only works if both accounts are public and can be found through the search API. Others may know another way(s) to get multiple users in a widget. (full disclosure: I run tweetgrid.com) -Chad On Sat, Mar 7, 2009 at 8:33 PM, vavroom <[email protected]> wrote: > > I've been looking around but can't seem to find the information I'm > looking for. I suspect the answer is easy enough, but I'm somewhat > boggled. > > I've used a bit of code provided by Twitter to display my 5 latest > tweets on a site. This is what I have: > > [code] > <div id="twitter_div"> > <h2 class="sidebar-title">Twitter Updates</h2> > <p><a href="http://twitter.com/vavroom" id="twitter-link" > style="display:block;text-align:center;">Follow me on Twitter</a></p> > <ul id="twitter_update_list" style="list-style:disc;"></ul> > > </div> > <script type="text/javascript" src="http://twitter.com/javascripts/ > blogger.js"></script> > <script type="text/javascript" src="http://twitter.com/statuses/ > user_timeline/vavroom.json?callback=twitterCallback2&count=5"></ > script> > [/code] > > This loads the updates in an unordered list (doh). > > How would I include another user's timeline (say "bozo") in that same > list? > > I'm far from being fluent in j/s, unfortunately. > > Thank you for any and all help. > > Nic >
