tags:

views:

26

answers:

1

I have a list of tweets which I want to feed to twitter every hour or so. WHat si the best way to go about makign an rss fee where I can insert text/tweets to be randomally posted every hour??

+2  A: 

There is excellent library out there for that SimplePie

SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance.

Sarfraz
How do I add random posts to the feed?
Jacksta
@jaksta: See this tutorial: http://www.xul.fr/en-xml-rss.html and simplepie docs http://simplepie.org/wiki/
Sarfraz