Feeds: Delicious parser

Component ID

2560127

Component name

Feeds: Delicious parser

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

NOTE:
ONCE THE MODULE IS STARRED FIVE TIMES IT WILL BE RELEASED AS AN OFFICIAL MODULE.

A Delicious JSON parser for the Feeds module.

Example how to set up a Delicious feed

Besides this module enable the sub-module Feeds UI (feeds_ui, part of Feeds) and its dependencies.

Create at 'admin/structure/types/add' a content type 'Delicious feed' (Machine name: delicious_feed). You can delete the unused 'Body' field.

Create a content type 'Delicious feed item' (Machine name: delicious_feed_item) with the following extra fields:

  • User (field_user) - Field type: Text field
  • URL (field_url) - Field type: Text field
  • Tags (field_categories) - Field type: Text field - Number of values: Unlimited

Leave the by default added 'Title' and 'Body' field untouched.

Create at 'admin/structure/feeds/import' a new 'Feeds importer' by copy-pasting the text of the file 'example_importer.txt' that is included in the module folder.

Create a feed at 'node/add/delicious-user-feed'. A title that makes sense like 'Bookmarks from Delicious user lolandese tagged D8'. Use a feed URL like:

http://feeds.del.icio.us/v2/json/lolandese/D8?count=100

More info about possible URLs for Delicious RSS Feeds at:

http://del.icio.us/rss

After saving you should get a status message like 'Created 82 nodes'. Go to 'admin/content' to check.

Download

To get the "dev" version follow the instructions Installing sandbox projects. For the "stable" version download and unzip the attachment.