How to add website icon in gmail google apps? -


it possible add custom website icon in google app of gmail account?

i have create custom website icon in gmail google apps 'google drive','youtube','calendar' etc. if click on icon custom website open in new tab login authentication/after login dashboard i.e don't need login again on custom website.

there no gmail button save drive button drive api. however, given use case, seems google sign-in button can work you. works describe, there's button , when click it, handle process of sign-in you.

to integrate google sign-in button: must include google platform library on web pages integrate google sign-in.

  1. specify app's client id

specify client id created app in google developers console google-signin-client_id meta element.

<meta name="google-signin-client_id" content="your_client_id.apps.googleusercontent.com"> 
  1. add google sign-in button

< div class="g-signin2" data-onsuccess="onsignin">

  1. add google sign-in button

< div class="g-signin2" data-onsuccess="onsignin">


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -