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
2010-04-22 16:11:20
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
2010-04-23 08:05:09
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
abraham
2010-04-26 22:21:06