Save a Twitter search as a feed and display the results on your site

Let’s say you are running a web site about earthquakes. You might find it useful to show a feed of current Tweets about earthquakes.

Use this URL: http://search.twitter.com/search.rss?q=xxxx and replace ‘xxxx’ with your search term. So your feed about earthquakes would be: http://search.twitter.com/search.rss?q=earthquake

Use FeedWelder to generate the embed code of these feeds (or a blend of these feeds) for your website.

Combine the Twitter feeds of a group of authors to display on your site

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.