Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share button does not capture shareData attributes in the share activity #40

Open
arunkumarahuja opened this issue May 15, 2015 · 1 comment

Comments

@arunkumarahuja
Copy link

Information passed form shareData object does not seem to reach the redirected page on share platform. Twitter share captures the title attribute, while google and facebook share pages dont show up anything (on mobile google-plus app capture the url to be shared, web version does not).

Here is my shareData object:

shareData: function() {
var resp = { title: "Really appreciate genuine work happening at "+this.details.name,
excerpt:this.details.mission,
description:this.details.description,
summary:this.details.about,
author:"via SociallyHumble.com"
};
return resp;
},

Here is my shareit config:

ShareIt.configure({
sites: { // nested object for extra configurations
'facebook': {
'appId': "960820120603379" // use sharer.php when it's null, otherwise use share dialog
},
'twitter': {},
'googleplus': {},
'pinterest': {}
},
classes: "btn-sm share-btn", // string (default: 'large btn')
// The classes that will be placed on the sharing buttons, bootstrap by default.
iconOnly: true, // boolean (default: false)
// Don't put text on the sharing buttons
applyColors: true, // boolean (default: true)
// apply classes to inherit each social networks background color
faSize: '', // font awesome size
faClass: '' // font awesome classes like square
});

@rashmimhatre100
Copy link

Same Issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants