— Feed Aggregator – A Social Feed Streaming Template

This template can easily and quickly digest RSS and Atom feeds. It is powered by SimplePie, a PHP script that can read, cache, and display feeds in an orderly format. It can display one feed or twenty.

When you first upload this template in his default form, you’ll find four feeds already added. In index.php on line 2, you’ll find this array:

$feedsUrl = array(
"http://www.mypaaji.com/Index.php/rss2",
"http://flashnest.com/index.php/rss2",
"http://twitter.com/statuses/user_timeline/33859840.rss",
"http://gdata.youtube.com/feeds/base/standardfeeds/IN/recently_featured?client=ytapi-youtube-browse&alt=rss"
);

You can change the above array with your RSS urls.

sourcedemo


blog comments powered by Disqus