This project is not covered by Drupal’s security advisory policy.

Provides the glue to make a http://del.icio.us style social bookmarking system.

Development sponsored by www.lullabot.com

Requirements

Links.module - http://drupal.org/node/24719
Views.module - http://drupal.org/project/views
Links "views" support patch - http://drupal.org/node/52639 (I think this is actually included with the latest CVS version of Links)

Installation

Install the module in the usual way, there are no direct mysql tables to import.
The module will create its own taxonomy to store bookmark tags in.

Usage

Users may bookmark site content (that has been allowed) by clicking the 'bookmark this' link displayed with each node.

Once a node has at least one user who has bookmarked it an additional link will appear that shows how many users have bookmarked the same node. Clicking this link will list all the users along with their personal notes about the node.

Bookmarking of links outside the site (as del.icio.us does) is provided by the createcontent->bookmark option. The URL can also be called from a JavaScript bookmarklet with the parameters 'title' and 'url'.

Example:
http://example.com/?q=node/add/bookmark&url=http://drupal.org/project/views&title=Views+Module

Project information

Releases