Skip to main content

Login to WordPress Website with google account

How to Enable Google Login by Creating Google Client ID?


Steps To Enable Google Login

  1. Navigate to Google API Console section and login to your Google account if required.
  2. If this is your first app, you will require to “Create a project” and also may require to accept Terms and ConditionsIf you do not see this page, move to step 3.
  3. If you have created apps before, you will be able to see the list of projects. You can also create a new project by clicking “CREATE PROJECT” at the top.
    Click on the project name for which you want to create app.
  4. Navigate to APIs and Services > Dashboard page from the menu at top-left corner.
  5. Click ENABLE APIS AND SERVICES. Then click Google+ API on the next page.
  6. Click ENABLE. If it is already enabled, move to next step.
  7. Navigate to Credentials section.
  8. Navigate to OAuth consent screen section
  9. Select email in Email address option and enter your product/website name in Product name option (these are mandatory to specify). Optionally, you can fill other details. Save the details. These details will be shown when user logs in first time at your website using GooglePlus
  10. Click OAuth client ID after clicking Create credentials button
  11. Fill the fields as described below
    • Application type: Select Web application 
    • Name: Specify the name of your app (You can enter whatever name you like, but it’s recommended to enter your website or company name in this field)
    • Authorized JavaScript origins: Open your website homepage (at which you have installed the plugin) in browser, click the address bar so that website url gets highlighted, copy this url and paste it in this option. Please make sure that this url includes http:// or https:// (for example: http://mywebsite.com or http://www.mywebsite.com)
      Note: If your website url has directory/folder after domain (For example- http://www.mywebsite.com/dir), then save url without directory/folder appended to it (http://www.mywebsite.com) in above option.
    • Authorized redirect URIs: Enter exactly the same website url as in Authorized JavaScript origins option above
    • Click Create button
  12. Copy Client ID and paste it in the Google+ Client ID option of your plugin. Do not forget to Save Changes after configuring all the options on plugin settings page.
  13. Click OK button AND save in the plugin

Comments

Popular posts from this blog

How to add Facebook login to website

Steps To Enable Facebook Login Navigate to  Facebook Developers  section and login to your Facebook account, if you are not logged in already. If you are here (at Facebook Developer section) first time, you will require to “ Register as a Developer ” ( If you have already done this, skip this step and move to step 3 ). Click “ Register ” button. Accept the privacy policy You may be asked other details as in following picture Next, you will be shown a message After clicking  Done,  you will be redirected to the  Apps  page. Click  Create App  button and navigate to step 4. Hover  My   Apps  and then click “ Add a New App ” link. Specify the name of your app in  Display Name  option  (You can enter whatever name you like, but it’s recommended to enter your website or company name in this field) , specify your  Contact Email   and click Create App ID  button Click  Set Up ...

Signing up for Microsoft account using gmail

How to Sign up for microsoft account using gmail I have a Gmail account and need to set it up as a Microsoft account.I wanted to index myzobara.com to  Bing Webmaster Tools.  This can be done by using you existing gmail account and password to log in. I used this link  https://signup.live.com  and simply used my normal gmail account where an email address was asked for. After filling out the needed information everything ran smoothly. All I had to do was verify my email.

How to Enable LinkedIn Login Using LinkedIn API Key in WordPress

Steps To Enable LinkedIn Login Navigate to  LinkedIn Developers  section and login to your LinkedIn account Click  Create Application.  Login again, if required. Fill the fields as described below. Company Name:  Specify your company name Name:  Specify the name of your app (You can enter whatever name you like, but it’s recommended to enter your website or company name in this field) Description:  Enter short description of your company/website Application Logo:  Logo of your company/website Application Use:  Select  Other Website URL:  Open your website homepage (at which you have installed the plugin) in browser, click the address bar so that website url gets highlighted, copy this url and paste it in this option.  Please make sure  that this url includes  http://  or  https://  ( for example:  http://mywebsite.com  or  http://www.mywebsite...