Feeds: Delicious parser
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
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:
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.
