Title: Subscriber Login for YouTube
Author: LCMAquino
Published: <strong>March 20, 2021</strong>
Last modified: February 7, 2022

---

Search plugins

![](https://ps.w.org/subscriber-login-for-youtube/assets/banner-772x250.png?rev=
2500092)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/subscriber-login-for-youtube/assets/icon.svg?rev=2500092)

# Subscriber Login for YouTube

 By [LCMAquino](https://profiles.wordpress.org/lcmaquino/)

[Download](https://downloads.wordpress.org/plugin/subscriber-login-for-youtube.zip)

 * [Details](https://wordpress.org/plugins/subscriber-login-for-youtube/#description)
 * [Reviews](https://wordpress.org/plugins/subscriber-login-for-youtube/#reviews)
 *  [Installation](https://wordpress.org/plugins/subscriber-login-for-youtube/#installation)
 * [Development](https://wordpress.org/plugins/subscriber-login-for-youtube/#developers)

 [Support](https://wordpress.org/support/plugin/subscriber-login-for-youtube/)

## Description

### Introduction

Subscriber Login for YouTube is a WordPress plugin for Google OAuth 2.0 authentication
with YouTube Google account.

### Features

 * Authentication — get the user coming from Google authentication;
 * Get user information — get the user data from their Google account;
 * Refresh token — refresh the user’s access token;
 * Revoke token — revoke the user’s access token;
 * Check if an user is subscribed on a given YouTube channel;

For more information about Google OAuth 2.0, please see [Using OAuth 2.0 for Web Server Applications](https://developers.google.com/identity/protocols/oauth2/web-server)

### Requirements

 * PHP 7.0 or later;
 * WordPress 4.4 or later;

### Setting

Before using Subscriber Login for YouTube, you need to set up an Google project 
for web application in [Google Console](https://console.developers.google.com/).
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](https://support.google.com/cloud/answer/6158849?hl=en).

### Access Scopes

The scopes are used by Google to limit your application access to the user account
data. Read more about [YouTube Data API](https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps?hl=pt-br)
scopes.

### Usage

After you activated the plugin, then the plugin will automatically:

 * add the “Sign in with YouTube” button to the WordPress login page. See screenshot#
   1.
 * add the “Revoke access” link to the WordPress profile page. See screenshot #2.

### License

Subscriber Login for YouTube is open-sourced software licensed under the [GPL v2.0 or later](https://github.com/lcmaquino/subscriber-login-for-youtube/blob/main/LICENSE).

## Screenshots

[⌊"Sign in with YouTube" button on the main WP login page.⌉⌊"Sign in with YouTube"
button on the main WP login page.⌉[

“Sign in with YouTube” button on the main WP login page.

[⌊"Revoke access" link on the WordPress profile page.⌉⌊"Revoke access" link on the
WordPress profile page.⌉[

“Revoke access” link on the WordPress profile page.

[⌊Subscriber Login for YouTube on the WordPress Settings page.⌉⌊Subscriber Login
for YouTube on the WordPress Settings page.⌉[

Subscriber Login for YouTube on the WordPress Settings page.

## Installation

### Automatic installation

 1. Open the WordPress admin screen for your site. Navigate to “Plugins > Add New”,
    and search for Subscriber Login for YouTube.
 2. Click the “Install Now” button.
 3. Then activate the Subscriber Login for YouTube plugin.
 4. Go to the “Settings > Subscriber Login for YouTube” to set up your Google OAuth
    2.0 client and YouTube channel information.
 5. Test the configuration by clicking the sign in button on WordPress login page.

### Manual installation

 1. Download [Subscriber Login for YouTube](https://downloads.wordpress.org/plugin/subscriber-login-for-youtube.zip).
 2. Upload Subscriber Login for YouTube through “Plugins > Add New > Upload” admin 
    screen or upload subscriber-login-for-youtube folder to the `/wp-content/plugins/`
    directory.
 3. Activate the Subscriber Login for YouTube plugin through the ‘Plugins’ menu in 
    WordPress.
 4. Go to the “Settings > Subscriber Login for YouTube” to set up your Google OAuth
    2.0 client and YouTube channel information.
 5. Test the configuration by clicking the sign in button on WordPress login page.

## Reviews

![](https://secure.gravatar.com/avatar/5ff7943bb76c27d71385c2591082bdedad752297e052ed8e1ae3249952454c72?
s=60&d=retro&r=g)

### 󠀁[Does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-552/)󠁿

 [Tecca](https://profiles.wordpress.org/tecca/) January 12, 2023

The plugin checks if a user trying to register/login on your site is subscribed 
to your YouTube channel, via Google OAuth. If not subscribed, the user gets rejected
and account is not created, displaying a message to them that they have to be subscribed
to your YT account to login or register. This is very handy in cases where your 
website is subscriber-only, but bear in mind that it doesn’t have a setting to turn
sub-only “off.” That’s understandable since the plugin was made specifically for
subscribers, but I do think more people can find utility with the plugin as just
a YouTube OAuth login (just to simply verify the user is logging in via a YouTube
account). Of course, you can use any OAuth plugin for this, but adding additional
functionality could turn people toward this one specifically. Google will require
manual verification when using the YTv3 scope, and uploading a video is part of 
the requirement. I was approved within a day, however. 5-stars, plugin works exactly
as described.

 [ Read all 1 review ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/)

## Contributors & Developers

“Subscriber Login for YouTube” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ LCMAquino ](https://profiles.wordpress.org/lcmaquino/)

“Subscriber Login for YouTube” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/subscriber-login-for-youtube/contributors)
for their contributions.

[Translate “Subscriber Login for YouTube” into your language.](https://translate.wordpress.org/projects/wp-plugins/subscriber-login-for-youtube)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/subscriber-login-for-youtube/),
check out the [SVN repository](https://plugins.svn.wordpress.org/subscriber-login-for-youtube/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/subscriber-login-for-youtube/)
by [RSS](https://plugins.trac.wordpress.org/log/subscriber-login-for-youtube/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.4

 * Code refactoring for PSR-4 compliance.

#### 1.0.3

 * Update version on `includes/SlytOption.php`.

#### 1.0.2

 * Add assets directory for release on WordPress Plugin Directory.
 * Change plugin license to GPLv2 or later to match with WordPress license.
 * Update readme.txt.

#### 1.0.1

 * Fix issues in WordPress Plugin Review #1.

#### 1.0.0

 * Initial plugin version.

## Meta

 *  Version **1.0.4**
 *  Last updated **4 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **5.9.13**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/subscriber-login-for-youtube/) and
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/subscriber-login-for-youtube/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/subscriber-login-for-youtube)
 * Tags
 * [oauth2](https://wordpress.org/plugins/tags/oauth2/)[YouTube API V3](https://wordpress.org/plugins/tags/youtube-api-v3/)
 *  [Advanced View](https://wordpress.org/plugins/subscriber-login-for-youtube/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/subscriber-login-for-youtube/reviews/)

## Contributors

 *   [ LCMAquino ](https://profiles.wordpress.org/lcmaquino/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/subscriber-login-for-youtube/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.professoraquino.com.br/ajude)