I am hoping to be able to create a weblog that I can simply add URL’s to which will automagically feed the “go” template I am using for Feedgrab.
Here’s what I currently use:
{exp:feedgrab url="http://feeds.feedburner.com/TechCrunch" weblog="10" title="title" date="pubDate" use="link|description" fields="iphone_link|iphone_description" refresh="10"}The issue here is that each time I want to add a new feed I have to hand code the additional loop.
What I want to do is this:
{exp:weblog:entries weblog="feed_find"}
{exp:feedgrab url="{feed_url}" weblog="10" title="title" date="pubDate" use="link|description" fields="iphone_link|iphone_description" refresh="10"}
{/exp:weblog:entries}Where the weblog “feed_find” is a cache of feed url’s that I input.
The problem I am having is that I have the exp:feedgrab inside of the exp:weblog:entries tag and I think this is causing a parsing issue. Is there a way around this?
This is the error I get with the above snippet:
Warning: MagpieRSS: Failed to fetch /home/joshmaxr/public_html/afdl_admin_sys/plugins/pi.feedgrab.php on line 1793
Notice: Trying to get property of non-object in /home/joshmaxr/public_html/afdl_admin_sys/plugins/pi.feedgrab.php on line 165