http://api.twitter.com/1/USERNAME/lists/LISTNAME/statuses.atom
eg http://api.twitter.com/1/libatcam/lists/cam-uni-libraries/statuses.atom
eg http://api.twitter.com/1/libatcam/lists/cam-uni-libraries/statuses.atom
With the feed, using an Atom feed reader like this one, you can display the twitter statuses on your website, in whatever style you like. Atom is subtly different from RSS, but if you can work with one, you are sure to get used to the other.
If you only want a feed from one account, the easiest way is to follow ThemeLab's tutorial to get the feed onto your site using only html and JavaScript. However, if you want to do it the hard way, the RSS feed is:
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=TWITTERNAME
eg: http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=theul
eg: http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=theul
Then you will need to find yourself an RSS reader, like Magpie to get the tweets onto your site.
Have fun!
No comments:
Post a Comment