Reputation: 10083
I am new to phonegap. I wish to implement social sharing in google plus, facebook and twitter.
I have successfully implemented facebook and twitter sharing following the following link:
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
The link says that we can use this plugin for google + too. But I didn't find any syntax for google + sharing in the link.
How do i implement google plus sharing in phonegap app?
Upvotes: 0
Views: 1087
Reputation: 3550
It's only supported on Android at the moment.
Use shareVia('com.google.android.apps.plus', ...)
Upvotes: 2