We'll create fresh WordPress site with Subscriber Login for YouTube installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Subscriber Login for YouTube is a WordPress plugin for Google OAuth 2.0 authentication with YouTube Google account.
For more information about Google OAuth 2.0, please see Using OAuth 2.0 for Web Server Applications
Before using Subscriber Login for YouTube, you need to set up an Google project for web application in Google Console. It’s a Google requirement for users to login! The web application project will provide: GOOGLE_CLIENT_ID
, GOOGLE_CLIENT_SECRET
, and GOOGLE_REDIRECT_URI
.
Activate the “YouTube Data API v3” in your project and add the scopes openid
, email
, and https://www.googleapis.com/auth/youtube.readonly
for its consent screen. See more details in Setting up OAuth 2.0.
The scopes are used by Google to limit your application access to the user account data. Read more about YouTube Data API scopes.
After you activated the plugin, then the plugin will automatically:
Subscriber Login for YouTube is open-sourced software licensed under the GPL v2.0 or later.