feeds

Feeds Image Grabber

Submitted by admin on Mon, 08/17/2009 - 05:32

[The links on the top contains the feeds that are currently being tested for the module. You can look at them to see the current development performance of the module.]

Feeds Image Grabber (FIG) is the successor project for FeedAPI ImageGrabber to support the Feeds module. FIG parses the Item URL of each feed-item, downloads the appropriate image from the post and maps it to an image field in the node created by Feeds module for that feed-item.

[Google Reader (with thumbnails) can be imitated on a Drupal site by using Feeds, Feeds Image Grabber, FileField, ImageField, ImageCache, ImageAPI and Views module].

How it works
A classic method of mimicking the behavior of Feeds Image Grabber would be to do the same thing manually. Let us go through the procedure if you were to do it manually:

  1. Refresh the feed to create nodes for feed items (using FeedsNodeProcessor).
  2. For each feed-item, go to their respective webpage and save the image to display.
  3. Upload the image to CCK image field for each feed item.

Feeds Image Grabber automates the last 2 steps of the three step process described. Imagecache module can be used to create thumbnail of the image retrieved which can be attached to the node.

Resources:

Note: Feature and Support requests should be made through the Feeds Image Grabber Forum. I may not be able to answer them here.

Syndicate content