Favorite Widget
Categories
Component ID
2830168
Component name
Favorite Widget
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
168
Component created
Component changed
Component body
This project uses jQuery Favorite Widget plugin that allows users to put content to their favorites that are stored in a cookie.
For Drupal, there are modules available that allows you to reach this functionality such as Flag. This module however is useful when you want to provide this functionality:
- When you want to provide bookmark functionality for anonymous users
- You use reverse proxy like Varnish, and you don't want to bypass it because of used cookie
Getting started
- Download the jQuery library (see from /admin/reports/libraries)
- Put jQuery Library to your libraries location
- Enable this module
- Go to module configuration and specify which content types you want to use this (from /admin/config/user-interface/favoritewidget)
- Go to configured content type field display settings and drag your widget to your desired position
