Reputation: 65
I have already follow this guide from https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin for Social sharing for Cordova application. It is working fine for FB,Twitter. But I am in need of share to Pinterest and Instagram
Please help me. Any help would be appreciated.
Upvotes: 1
Views: 4893
Reputation: 1902
For Instagram try https://github.com/vstirbu/InstagramPlugin which loads a canvas image into the instagram editor.
For Pinterest try https://github.com/realizedmobile/cordova-Pinterest
But this means you will have a few plugins different for sharing, when ideally these would be wrapped together in EddyVerbruggen's plugin.
Upvotes: 1
Reputation: 1059
Not sure about Pinterest, but Instagram does not allow content (media) to the published via the API directly, only comments/likes etc. You can launch the Instagram app on a device to publish media, but from the description of your project that doesn't sound like what you want to do
Upvotes: 0