Skip to content

Cross platform (inc. Cordova) social sharing for facebook, twitter, pinterest

Notifications You must be signed in to change notification settings

XLazz/meteor-social-share

 
 

Repository files navigation

lukemadera:social-share

Cross platform (inc. Cordova) social sharing for facebook, twitter, pinterest

Demo

Demo

Source

Dependencies

[none]

Installation

In a Meteor app directory:

meteor add lukemadera:social-share

Usage

{{> lmSocialShare opts=opts}}
if(Meteor.isClient) {
  Template.socialShareBasic.helpers({
    opts: function() {
      var opts ={
        facebook: true,
        twitter: true,
        pinterest: false,
        shareData: {
          url: 'http://google.com'
        }
      };
      return opts;
    }
  });
}

Then style as needed with the lm-social-share-btn and lm-social-share-facebook, lm-social-share-twitter, lm-social-share-pinterest classes.

About

Cross platform (inc. Cordova) social sharing for facebook, twitter, pinterest

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 15.1%
  • CSS 1.2%