Grails plugin which provides 'Sexy Bookmarks'
Dependency :
compile ":social-sharing:1.0"
Summary
This plugin provides a tag library for inserting 'Sexy Bookmarks' into your application.
Installation
grails install-plugin social-sharing
Description
The 100zakladok and bzzster services are currently broken. See the FAQ for more details.What does it do?This plugin adds Shareaholic's 'Sexy Bookmarks' to your application, which allows your users to easily share your content onto nearly 90 social bookmarking/social networking sites, and presents this functionality in a friendly, discreet, and modern format.
For more information, see: http://sexybookmarks.shareaholic.com/UsageUsage is easy, place the following tag in the head section of your page.<social:initialise />
<social:bookmarks permaLink="http://www.example.com/my/post" />- permaLink : The permanent link to your article (required)
- title : The title of your article (required)
- slogan : The scribbly red text above your bookmarks, to pick a different slogan, see the FAQ for options.
- include : A comma-separated list of bookmarks to include, all others will be excluded.
- exclude : A comma-separated list of bookmarks to exclude, all others (at least, those enabled in your Config.groovy) will be included.
- teaser : A short 'teaser' for your article
- yahooCategory : The yahoo category for your article (only used by yahoo)
- yahooMediaType : The yahoo 'media type' (only used by yahoo)
- summary : Like the teaser, but slightly longer.
- siteName : Your site name
- twitterCategory : The 'twittley' category (only used by twittley)
- tags : Tags your URL falls under (only used by twittley)
- from : The 'source' attribute (only used by LinkedIn)
<social:bookmarks include="digg, linkedin, facebook" /><social:bookmarks exclude="gmail, plaxo, springpad, virb, box" />sexy {
bookmarks {
enabled {
yourservicename = 'true'
yourotherservicename = 'false'
}
}
}