Google Recommend +1 button

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
davidchang
Posts: 20
Joined: Wed Jul 08, 2015 12:14 am

Google Recommend +1 button

Post by davidchang » Sat Jan 06, 2018 7:08 am

Hi,

Is the Google +1 button able to be inserted in app? If so, can someone please help start me off in the right direction.

https://developers.google.com/+/mobile/ ... /recommend

Thanks,
David

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Google Recommend +1 button

Post by MaxV » Mon Jan 08, 2018 12:10 pm

The simplest solution is to put on a public webpage this code:

Code: Select all

  <script src="https://apis.google.com/js/platform.js" async defer></script>
  <g:plusone></g:plusone>  
Then use the browser widget to show that page.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

davidchang
Posts: 20
Joined: Wed Jul 08, 2015 12:14 am

Re: Google Recommend +1 button

Post by davidchang » Mon Jan 08, 2018 4:42 pm

I'd prefer to do it all in app and not redirect the user to a website. Is it possible to add that script code in livecode somehow?

Post Reply

Return to “Android Deployment”