How can I add multiple feed sources?
$feedAPI->addFeed("http://feeds.bbci.co.uk/news/rss.xml","bbci-news",10); $feedAPI->addFeed("http://rss.cnn.com/rss/cnn_latest.rss","cnn-news",10); $entries = $feedAPI->getFeedEntries();
How can I add multiple feed sources?
$feedAPI->addFeed("http://feeds.bbci.co.uk/news/rss.xml","bbci-news",10); $feedAPI->addFeed("http://rss.cnn.com/rss/cnn_latest.rss","cnn-news",10); $entries = $feedAPI->getFeedEntries();
What type of atrributes does a feed need to have in order to display images?
Each item in the feed should contain a media:thumbnail node. Read more about this: http://www.webmonkey.com/2010/02/use_media_rss/
We'd like to ask you a few questions to help improve CodeCanyon.