Google +1 Button in Corona. How to add this?

Hello everyone!
I am new in Corona and I can’t find solution to add a G+1 button in my app:
https://developers.google.com/+/web/+1button/

Can anyone help me?

thanks

Maybe a native.webview will work

Do You have any idea how to get it with native.webview? :slight_smile:

It not really meant for apps, it meant for websites.

Yes, but if you are making apps in java for example, you can add this button in your app. So any idea how to add this in Corona ?

I am 100% sure you cannot add Java to corona unless you use enterprise. Even if you do use enterprise to add to corona it will only work on andoird. You could just share using the share plugin or activity plugin

Make a G+ button. Add an event listener that opens up the Google Plus page you want in side of a native.newWebView.

Maybe a native.webview will work

Do You have any idea how to get it with native.webview? :slight_smile:

It not really meant for apps, it meant for websites.

Yes, but if you are making apps in java for example, you can add this button in your app. So any idea how to add this in Corona ?

I am 100% sure you cannot add Java to corona unless you use enterprise. Even if you do use enterprise to add to corona it will only work on andoird. You could just share using the share plugin or activity plugin

Make a G+ button. Add an event listener that opens up the Google Plus page you want in side of a native.newWebView.