ember-rrssb
v0.1.3
Published
Addon for Ridiculously Responsive Social Sharing Buttons.
Downloads
1
Maintainers
Readme
ember-rrssb
Ember addon for Ridiculously Responsive Social Sharing Buttons. This addon is created from https://github.com/kni-labs/rrssb
Installation
ember install ember-rrssb
Available social share button
- tumblr
- vk
- googleplus
Options
- shareUrl
By default, shares a current url.
Usage
- Example One :
{{e-rrssb
email=true
facebook=true
tumblr=true
linkedin=true}}
- Example Two :
{{e-rrssb
shareUrl="https://www.emberaddons.com/?page=2"
email=true
facebook=true
tumblr=true
linkedin=true
xing=true
twitter=true
reddit=true
vk=true
googleplus=true
pocket=true
pinterest=true}}