Banner for Wp Oauth
Allows users to login or register by authenticating with an existing Google, Facebook, LinkedIn, Github, Reddit (and more!) account via OAuth 2.0. Wordpress Tutorial
Noted That:
  • To install correctly this wp-oauth.zip .
  • Fisrt Download the wp-oauth.zip to your computer
  • Extract/Open wp-oauth.zip to Your Computer.
  • Then, Find readme.txt file inside wp-oauth.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wp-oauth.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wp Oauth

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Oauth

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Oauth

Step-5 : Now, Browse " wp-oauth.zip " Downloaded plugin from your computer, Where you downloaded " wp-oauth.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Oauth

Step-6 : Now, Click on " Active Plugin "

Activate Wp Oauth

Step-7 : Then, See left Side Menu. " Wp Oauth " folder is added on left Side Menu. Now, Click on " Wp Oauth " folder.

Noted that: If you do not see " Wp Oauth " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Oauth Configurations and Settings or How to work " Wp Oauth " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP-OAuth " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP-OAuth
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Note: Javascript is required for much of this plugin’s functionality.

Quick Start

  1. Download and install the WP-OAuth plugin.
  2. Setup your desired authentication providers’ API key/secret in the WordPress backend under Settings > WP-OAuth .
  3. Enable the custom login form via Settings > WP-OAuth > Show login form , or add it anywhere to your site with the [wpoa_login_form] shortcode.

Shortcode – [wpoa_login_form]

Add a custom login form to your site using the [wpoa_login_form] shortcode. For example:


[wpoa_login_form layout="buttons-column" align="left"]

Possible shortcode attributes:

  • layout – determines whether to display the login buttons as links or buttons, stacked vertically or lined up horizontally. Possible values: links-row, links-column, buttons-row, buttons-column
  • align – sets the horizontal alignment of the custom form elements. Possible values: left, middle, right
  • show_login – determines when the login buttons will be shown. Possible values: never, conditional, always
  • show_logout – determines when the logout button will be shown. Possible values: never, conditional, always
  • logged_out_title – sets the text to display above the custom login form when the user is logged out. Possible values: any text
  • logged_in_title – sets the text to display above the custom login form when the user is logged in. Possible values: any text
  • logging_in_title – sets the text to display above the custom login form when the user is logging ing. Possible values: any text
  • logging_out_title – sets the text to display above the custom login form when the user is logging out. Possible values: any text
  • style – sets the custom css style to apply to the custom login form. Possible values: any text
  • class – sets the custom css class to apply to the custom login form. Possible values: any text

Name