Skip to content
WordPress.org
  • Showcase
  • Plugins
  • Themes
  • Hosting
  • News
    • Learn WordPress
    • Documentation
    • Education
    • Forums
    • Developers
    • Blocks
    • Patterns
    • Photos
    • Openverse ↗︎
    • WordPress.tv ↗︎
    • About WordPress
    • Make WordPress
    • Events
    • Five for the Future
    • Enterprise
    • Gutenberg ↗︎
    • Job Board ↗︎
    • Swag Store ↗︎
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Simple Easy Social Login – OAuth Login

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Simple Easy Social Login – OAuth Login

By Self Coding
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Simple Easy Social Login is a lightweight WordPress plugin that allows you to add fast and easy social login functionality to your website.

It supports Google, Facebook, and LinkedIn (Free), as well as Naver, Kakao, and Line (Premium), and is designed to work especially well for websites targeting users in Asia (Korea, Japan, China) as well as Europe and South America.

The plugin integrates seamlessly with the WordPress login and registration pages, and also works smoothly with WooCommerce login and registration forms.
User social profile images (avatars) can be automatically synchronized with WordPress user profiles.

This plugin creates new WordPress user accounts only when a user logs in with a social provider and no matching account exists.
User creation strictly respects both the WordPress core setting “Anyone can register” and the plugin’s own “Automatic User Creation” option (enabled by default).

We fire the standard WordPress wp_login action after setting the auth cookie so that security plugins (such as brute-force protection, 2FA, and login logging tools) can hook into the normal login flow without being bypassed.

Administrators can disable automatic user creation in the plugin settings if they prefer only existing users to log in via social providers.

The plugin is built on an extensible Provider-based architecture, which allows new OAuth Providers to be added later as separate Add-on plugins if needed.

External services

This plugin connects to third-party OAuth providers to enable social login functionality. These services are only contacted when a user initiates a login action by clicking a social login button.

For each provider, the plugin sends an OAuth authorization request and exchanges an authorization code for an access token. Basic profile data may be retrieved depending on the configured scopes.

Google

  • Purpose: Allow users to sign in with Google
  • Data sent: OAuth request (client ID, redirect URI), authorization code exchange
  • Data received: email, name, profile image (depending on scopes)
  • When: Only when the user clicks the Google login button
  • Terms: https://policies.google.com/terms
  • Privacy: https://policies.google.com/privacy

Facebook

  • Purpose: Allow users to sign in with Facebook
  • Data sent: OAuth request, authorization code exchange
  • Data received: email, name, profile data (if permitted)
  • When: Only when the user clicks the Facebook login button
  • Terms: https://www.facebook.com/legal/terms
  • Privacy: https://www.facebook.com/privacy/policy/

LinkedIn

  • Purpose: Allow users to sign in with LinkedIn
  • Data sent: OAuth / OpenID Connect request
  • Data received: email, name, profile data
  • When: Only when the user clicks the LinkedIn login button
  • Terms: https://www.linkedin.com/legal/user-agreement
  • Privacy: https://www.linkedin.com/legal/privacy-policy

Naver

  • Purpose: Allow users to sign in with Naver
  • Data sent: OAuth request
  • Data received: name, email (if permitted)
  • When: Only when the user clicks the Naver login button
  • Terms: https://policy.naver.com/rules/service.html
  • Privacy: https://policy.naver.com/policy/privacy.html

Kakao

  • Purpose: Allow users to sign in with Kakao
  • Data sent: OAuth request
  • Data received: nickname, profile image, email (if permitted and verified)
  • When: Only when the user clicks the Kakao login button
  • Terms: https://www.kakao.com/policy/terms
  • Privacy: https://www.kakao.com/policy/privacy

LINE

  • Purpose: Allow users to sign in with LINE
  • Data sent: OAuth / OpenID Connect request
  • Data received: profile data, email (if permission approved)
  • When: Only when the user clicks the LINE login button
  • Terms: https://terms.line.me/line_terms/
  • Privacy: https://terms2.line.me/LGAPP_privacy

Features

  • Google Login (Free)
  • Facebook Login (Free)
  • LinkedIn Login (Free)
  • Naver Login (Premium)
  • Kakao Login (Premium)
  • Line Login (Premium)
  • Automatic user avatar synchronization
  • Automatically link existing WordPress accounts by email
  • Custom redirect URLs after login, logout, and registration
  • Simple admin UI for configuring each Provider
  • Shortcode support: [seslp_social_login]
  • Automatically displayed on WordPress login and registration forms
  • WooCommerce login and registration form support (optional)
  • Lightweight structure following WordPress coding standards
  • No unnecessary database tables are created
  • Extensible Provider architecture supporting Add-on plugins for new OAuth Providers
  • Respects WordPress “Anyone can register” setting + plugin-controlled “Automatic User Creation” option
  • Fires standard wp_login action for full compatibility with security plugins

Screenshots

  • Social login buttons displayed on the WordPress login page (list layout).
  • Icon-only social login buttons layout on the login screen.
  • Admin settings for Google, Facebook, and LinkedIn login credentials.
  • Admin settings for Naver, Kakao, and LINE login providers.
  • Post-login redirect options, debug logging, UI layout, and shortcode settings.
  • Debug logging, UI layout options, shortcode, and uninstall settings.
  • Built-in setup guide explaining OAuth redirect URI rules and common requirements.
  • Setup guide overview with debug log location and troubleshooting section.
  • Debug log format and OAuth flow log examples for troubleshooting.
  • Step-by-step Google OAuth consent screen and client setup guide.
  • Step-by-step LINE Login channel setup guide.

Installation

  1. Upload the plugin to the /wp-content/plugins/simple-easy-social-login/ directory.
  2. Activate the plugin via Plugins → Installed Plugins in the WordPress admin.
  3. Go to Settings → Simple Easy Social Login.
  4. Enter the Client ID and Client Secret for each social login Provider.
  5. Save changes.
  6. Verify that the social login buttons are displayed correctly on the frontend.

FAQ

Does this plugin work with WooCommerce?

Yes. It integrates with WooCommerce login and registration forms.

WooCommerce login works, but redirect behavior is different. Is this expected?

Yes. When WooCommerce is active, users are typically redirected to the My Account page after login.
You can customize the redirect URL in the plugin settings or via available filters.

What should I check if social login does not work on a WooCommerce site?

Please verify the following:
* WooCommerce is updated to a recent stable version
* The social login Provider is enabled in the plugin settings
* Client ID and Client Secret values are correct
* Redirect / Callback URLs are correctly registered in the Provider’s developer console
* Custom login or checkout templates do not remove default WooCommerce hooks
* Debug logging is enabled to review /wp-content/SESLP-debug.log

Can I use only Google login?

Yes. Each Provider can be enabled or disabled individually.

When do I need a premium license?

A premium license is required to use Naver, Kakao, and Line login.
Google, Facebook, and LinkedIn are available for free.

Is a shortcode available?

Yes. You can insert social login buttons anywhere using the shortcode:
[seslp_social_login]

Are user avatars imported automatically?

For supported Providers such as Google and Facebook, profile images are automatically imported.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Simple Easy Social Login – OAuth Login” is open source software. The following people have contributed to this plugin.

Contributors
  • Self Coding

Translate “Simple Easy Social Login – OAuth Login” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.9.10

  • Fixed social login failure (invalid_nonce) caused by incorrect wp_verify_nonce() usage on OAuth state parameter
  • Updated Tested up to: WordPress 7.0
  • Fixed untranslated “This section is available on %s and above.” string across all supported languages

1.9.9

  • Finalized screenshots and documentation for public release.

1.9.8

  • Fixed a fatal type error in SESLP_Avatar::resolve_user() by ensuring a WP_User or null return value
  • Improved avatar fallback handling to safely use WordPress core default avatars
  • Prevented broken avatar images when social profile images are missing or invalid
  • Minor stability improvements related to avatar rendering

1.9.7

  • Added Debug Logging section to README
  • Integrated detailed debug log guide into Admin Guides (multilingual)
  • Unified log file path documentation (/wp-content/SESLP-debug.log)
  • Documentation cleanup and consistency improvements

1.9.6

  • Improved settings page usability
  • Added toggle to show/hide secret keys
  • Fixed WordPress core style conflicts
  • Improved Pro/Max plan detection logic

1.9.5

  • Major refactoring
  • Unified helpers and improved Provider architecture
  • Settings UI cleanup
  • Improved stability and maintainability

1.9.3

  • Updated translations for Guides
  • Added shortcode display to the settings page

1.9.2

  • Internal structure cleanup
  • Added Guides loader class
  • Template restructuring
  • Improved settings and CSS loader stability

1.9.1

  • Added Admin Guide page
  • Markdown-based multilingual documentation rendering (Parsedown)
  • UI styling improvements

1.9.0

  • Preparation for large-scale refactoring
  • Extended i18n helpers
  • Safer formatting and logging improvements

1.7.23

  • Translation updates

1.7.22

  • Improved debug messages to show previously logged-in Provider

1.7.21

  • Displayed Provider name in duplicate email error messages
  • Auto-hide error messages after 10 seconds via JavaScript

1.7.19

  • Prevented duplicate account creation with the same email
  • Improved OAuth flow

1.7.18

  • Removed tooltips from Google Client ID/Secret fields
  • Code structure cleanup
  • Removed “(Email required)” text from Line login button

1.7.17

  • Fixed Line login issues and unified debug logging

1.7.16

  • Masked license keys in debug logs
  • Added admin notices for log write failures

1.7.15

  • Fixed debug log write failures
  • Applied WordPress local timezone to timestamps

1.7.5

  • Applied latest security patches
  • Performance and UX improvements

1.7.0

  • Improved social login button synchronization
  • Security enhancements and bug fixes

1.6.0

  • Restored license key section display logic

1.5.0

  • Registered license type option
  • Fixed license reset issue on save

1.4.0

  • Fixed admin style.css loading issues

1.3.0

  • UI improvements and CSS cleanup

1.2.0

  • Added license type selection (Free / Plus / Premium)

1.1.0

  • Added multilingual support
  • Improved authentication logic

1.0.0

  • Initial release
  • Added Google, Facebook, Naver, Kakao, Line, and Weibo login

Meta

  • Version 1.9.10
  • Last updated 5 hours ago
  • Active installations Fewer than 10
  • WordPress version 6.0 or higher
  • Tested up to 7.0
  • PHP version 7.4 or higher
  • Tags
    Google Loginnaver loginsocial loginwoocommerce
  • Advanced View

Ratings

No reviews have been submitted yet.

Your review

See all reviews

Contributors

  • Self Coding

Support

Got something to say? Need help?

View support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Documentation
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org
  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Code is Poetry
The WordPress® trademark is the intellectual property of the WordPress Foundation.