简体   繁体   中英

Google-plus sign in With AngularJs

I am trying to implement google+ signin using https://github.com/sirkitree/angular-directive.g-signin , it is very simple to implement as explained in this module but i am not getting it worked.

below is the js fiddle for the src.

jsfiddle

<div ng-app="directive.g+signin">
          <g+signin clientid="620125449078"></g+signin>
          <p>This is a Google Plus sign-in button</p>
        </div>

You have to use Google's API console to create YOUR OWN client ID which pairs with the domain serving the login button.

Please read the documentation here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM