Skip to content

ember addon of Ridiculously Responsive Social Sharing Buttons

License

Notifications You must be signed in to change notification settings

isaurssaurav/ember-rrssb

Repository files navigation

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

About

ember addon of Ridiculously Responsive Social Sharing Buttons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published