Hi,
I've installed this plugin and it works perfectly except with Google News feeds which gave me the following error : Error: Feed has a error or is not valid
Do you know how to make it work together ?
Hi,
I've installed this plugin and it works perfectly except with Google News feeds which gave me the following error : Error: Feed has a error or is not valid
Do you know how to make it work together ?
had any luck on this
The RSSImport-plugin uses WP's rss-function and works pretty well w/ WP-feeds but as soon as a feed has its own XSL it produces errors.
Better use PHP's simplexml_load_file in this case
$sxml = simplexml_load_file($feedurl)
I have now iclude the class SimplePie and now it is easyer to read ATOM feed, like Google News or ther Google feeds. You can use the parameter $use_simplepie for work with SimplePie.
You must log in to post.