0
votes

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?

1

1 Answers

2
votes

It's only supported on Android at the moment.

Use shareVia('com.google.android.apps.plus', ...)