ember-rrssb

0.1.3 • Public • Published

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

  • email
  • facebook
  • tumblr
  • linkedin
  • xing
  • twitter
  • reddit
  • vk
  • googleplus
  • pocket
  • pinterest

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}}

Package Sidebar

Install

npm i ember-rrssb

Weekly Downloads

2

Version

0.1.3

License

MIT

Last publish

Collaborators

  • saurssaurav