-
Notifications
You must be signed in to change notification settings - Fork 76
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
No text on Facebook share? #50
Comments
Hey @perrycbrown Facebook has changed what they allow the sharing modal to load with. |
Very good. Thanks Kim!
On Aug 17, 2017, at 1:49 PM, Kim Døfler <notifications@github.com<mailto:notifications@github.com>> wrote:
Hey @perrycbrown<https://github.com/perrycbrown>
Facebook has changed what they allow the sharing modal to load with.
Now they only allow links.
Then the user will have to write their own text and pick their own image.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#50 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADn6tNC0nfJQH0udUuUCpRS14GjlNjlYks5sZIsxgaJpZM4O6pyV>.
*************************************************************************
Perry Brown
Back-End Programmer
pbrown@truthforlife.org<mailto:pbrown@truthforlife.org>
[cid:648A4C34-E63B-45C5-976D-36F525AAA1CF@fios-router.home]
www.truthforlife.org<http://www.truthforlife.org>
PO Box 398000 Cleveland, OH 44139
Main: 888.588.7884 / Fax: 440.708.5578
|
Hey @doefler , I am unable to share text and image on facebook. Please check my code snippet. import twitterIcon from '../assets/twitter.png'; Could you please share your views, how can I share text and image on facebook. Thanks.. hope you reply soon. |
Although I provide text for a Facebook share in the code:
facebookShare : function() {
shareOnFacebook({
'text':'7Questions: ',
'image': '7QLogo400',
},
(results) => {
console.log(results);
}
);
},
The image shows up, but the text does not:
The text was updated successfully, but these errors were encountered: