Every Twitter user has an RSS feed for their account. Since Twitter no longer shows the RSS icon on their site, use this code below and replace xxxxx with the Twitter username: http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=xxxxx
For example: http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=feedwelder
You might find it useful to blend the Twitter feeds of several users and display them on your web site.
If you have a Twitter list that you’d like to feature on your web site, construct a feed URL like this: https://api.twitter.com/1/xxxx/lists/xxxx/statuses.atom.
Replace the first xxxx with the twitter account name and the second xxxx with the list name. For example:
https://api.twitter.com/1/nic221/lists/good-things-are-happening/statuses.atom
Use FeedWelder to generate the embed code of these feeds (or a blend of these feeds) for your website.