The aim of this plugin it to allow you to grab data from RSS feeds and insert it into your own weblog.
The motivation behind it is to produce something similar to http://www2.jeffcroft.com/tumblelog/ where various sources of 3rd party information are brought together in a single place. On a simpler level it could be used to import links to, say, your flickr images so that the image appears as part of your weblog, on the correct day.
The plug in has only been tested for my own purposes, but I’m posting it here in case any one else might find it useful.
Basic usage is:
1) Create a new template
2) Add a call to the plugin, eg:
{exp:feedgrab url="http://api.flickr.com/services/feeds/photos_public.gne?id=25509357@N00&format=rss_200"
weblog="1"
title="title"
date="dc:date.Taken"
use="link|description"
fields="extended|body" }
(This tells the plugin to grab the feed and for each item in the feed put its link and description in the weblog entry’s extended and body custom fields, using the feed item’s title as the entry title and its dc:data.Taken field as the entry’s publish date. The weblog parameter allows you to specify which weblog to put the data in.)
3) Call the template, either by hand or through a cron job
A known issue is that it breaks the Plugin Manager! I’m pretty sure that this is because it ‘shares’ code with the magpie plugin. Any help to get around this would be appreciated…
Edit: Please see the FeedGrab page to download current version
