I got both of these to work but they just display a users tweets.
I created a username for my site and was thinking if i follow everyone from my forum i could then just show all the tweets on the page just like if i go to twitter.com with the forum username.
http://weblogs.asp.net/rweigelt/arch...5/6658557.aspx
http://www.twitter2html.com/
--------------- Added [DATE]1234421428[/DATE] at [TIME]1234421428[/TIME] ---------------
I got it working how i want it but now I need to figure out how to add the user's icon/twittername. here's the code. You have to add it as a new page and put the twitter name in place of USERNAME.
Code:
<div id="twitter_div">
<h2 class="sidebar-title">User Updates</h2>
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/USERNAME" id="twitter-link" style="display:block;text-align:right;">Follow US on Twitter and your Tweets will show up here too</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/friends_timeline/USERNAME.json?callback=twitterCallback2&count=25"></script>