SocialBookmarks
Dependency :
compile ":social-bookmarks:0.2"
Summary
Installation
grails install-plugin social-bookmarks
Description
Social Bookmarks Plugin
Author: Björn Wilmsmann, MetaSieveThis plugin adds social bookmarking links to Grails applications.Usage
This plugin is based upon the original Social Bookmarks plugin by James Williams, please have a look at his weblog for the original documentation: http://jameswilliams.be/blog/entry/45This plugin allows you to add social bookmarking links to your web application. You can either have these links rendered as images, text or via AddToAny:<b:bookmark title="${title}" permalink="${url}" type="addtoany"/> <b:bookmark title="${title}" permalink="${url}" type="image"/> <b:bookmark title="${title}" permalink="${url}" type="text"/>