Select Render WalkSettings, from the side menu. Go to tab Social.

Social login settings tab

GOOGLE

Go to Google Cloud Console site.

Create a New Project.

Go to Credentials from the side menu and click on Create Credentials.

Google Cloud Console - Create Credentials

Create a OAuth Client ID with type Web Application and fill Authorized JavaScript origins with your website URL and Authorized redirect URLs with the callback URL that you find in the backend settings.

Google OAuth Client ID setup

Copy Client ID and Client Secret into the settings and enable Google - Enable.

FACEBOOK

Go to Facebook Developer site.

Create a new application by clicking on the Create App button.

Select Allow people to login with their Facebook account.

Now you need to verify your business and fill all the details into SettingsBasic, then go to the Publish section and follow the onscreen instructions.

Go to Facebook LoginSettings and fill the Valid OAuth Redirect URLs with the Callback URL that you find in the backend settings.

Facebook Login - OAuth Redirect URL

Go to SettingsBasic.

Facebook App Settings - Basic

Copy APP ID and APP Secret into the settings and enable Facebook - Enable.

TWITTER

Go to Twitter Developer site.

Inside your application click Set Up on User authentication settings.

Twitter Developer - User authentication setup

Set Type of App as Web App and fill the Callback URL and the Website URL.

Twitter Keys and Tokens - Regenerate

Go to Keys And tokens and click Regenerate.

Twitter Keys and Tokens - Regenerate

Copy API ID and API Secret into the settings and flag Twitter - Enable.