Page 1 of 1

Google Recommend +1 button

Posted: Sat Jan 06, 2018 7:08 am
by davidchang
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

Re: Google Recommend +1 button

Posted: Mon Jan 08, 2018 12:10 pm
by MaxV
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.

Re: Google Recommend +1 button

Posted: Mon Jan 08, 2018 4:42 pm
by davidchang
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?