0.1.5 • Published 10 years ago

d-share v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

d-share

Share buttons in Derby apps.

Share your website on multiple third-party social networks.

Available Sharing Networks

  • Email
  • Facebook
  • Google+
  • Pinterest
  • Tumblr
  • Twitter
  • Reddit
  • LinkedIn
  • MySpace
  • Sina

Other Sharing Networks, for these we have not icons (Contributors welcome!!!)

  • Douban
  • Kaixin
  • Netease
  • Renren
  • Sohu

Usage Examples

First of make sure to install d-share through npm npm install d-share.

Including

app.use(require('d-share'));

In template

<!-- Facebook -->
<share service="facebook" url="http://derbyjs.com/" text="Expect more from MVC."/>

<!-- Pinterest -->
<share service="pinterest" url="http://derbyjs.com/" desc="Expect more from MVC." image="http://derbyjs.com/images/derby.png"/>

<!-- Small icon -->
<share service="facebook" url="http://derbyjs.com/" text="Expect more from MVC." icon-size="16"/>

<!-- Use your own button -->
<share service="facebook" url="http://derbyjs.com/" text="Expect more from MVC.">
    <button>Share on Facebook</button>
</share>

Component Attributes

AttributeDescriptionApplies To
serviceThe network to share to (please refer to the available networks; must be all lower case)All
urlThe URL you want to shareAll, except Netease
textThe title or text you want to enter when sharingEmail, Pinterest, Twitter, Reddit, LinkedIn, MySpace, Douban, Kaixin, Netease, Renren, Sina, Sohu
descThe description you want to enter when sharingEmail, MySpace
imageThe image you want to enter when sharingPinterest, Douban, Sina
icon-sizeIcon size, can be 16 or 32, defaults to 32optional

TODO

  • Store icons in another place (currently we use github).
0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago