views:

60

answers:

2

Hi guys,

I will use twitter and show it on my page like a news-flash.

I found a lot of Twitter API Demos with updating twitter, but I don't want this, want only read and show in any form I like.

Anyone knows good and easy classes for this?

+5  A: 

This is what I use on my website.

You can copy and paste this code and add your information.
Also, you can style it any way you wish with CSS.

<div id="twitter">
    <ul id="twitter_update_list"></ul>
    <a href="http://twitter.com/cubeantics" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"&gt;&lt;/script&gt;
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cubeantics.json?callback=twitterCallback2&amp;amp;count=7"&gt;&lt;/script&gt; 
Robert Greiner
+1  A: 

Twitter has a number of widgets to choose from: http://twitter.com/goodies/widgets

abraham