tags:

views:

412

answers:

2

How would I go about pulling in tweets from multiple twitter users with PHP and displaying them as part of one combined list on my page?

A: 

Just call the same code again with new user info. Any of the twitter PHP scripts I've seen just have you pass in the username to pull the tweets, just call it each time for each user you want to show tweets for.

Shawn Steward
Thanks for the response, sorry I wasn't clear with me question... I'd like to combine multiple feeds into one list on my page. Will edit post to make more sense.
Probocop
A: 

You can also create a list of the accounts you are interested in and place a list widget on your page. No PHP needed.

http://help.twitter.com/entries/76460-how-to-use-twitter-lists

http://twitter.com/goodies/widget_list

abraham
This is great - but I'd prefer an answer to the question.
leek
I did answer the question. I provided an alternative method of accomplishing the desired goal of presenting tweets from multiple Twitter users on a webpage.
abraham