WP ULike
Get Pro
Pro

Social Login — WordPress.com Setup

Create a WordPress.com application and connect it to WP ULike Pro social login.

Let users sign in with their WordPress.com account (not the same as a self-hosted WordPress admin login). Requires WP ULike Pro.


Step 1: Create a WordPress.com app

  1. Go to WordPress.com Developer Console.
  2. Click Create a new application.
  3. Fill in:
    • Name — e.g. WP ULike Social Login
    • Description — brief summary of your site
    • Website URLhttps://yourdomain.com
    • Redirect URLs — callback URL from WP ULike (Step 2)
    • Javascript Origins — same as Website URL (https://yourdomain.com)
  4. Create the app and copy Client ID and Client Secret.

Step 2: Configure WP ULike

  1. Go to WP ULike → Settings → Social Logins.
  2. Enable Social Logins.
  3. Add a network and choose WordPress.com.
  4. Copy the Callback URL from settings:
https://yourdomain.com/?ulp-api=auth&provider=WordPress
  1. Paste into WordPress.com Redirect URLs.
  2. Enter Client ID and Client Secret in WP ULike.
  3. Optional: Auto Display or [wp_ulike_pro_social_login] on login/profile pages.
  4. Save settings.

Step 3: Test

  1. Open your login page in a private window.
  2. Click the WordPress.com button.
  3. Sign in at WordPress.com.
  4. Confirm redirect to your site with a logged-in session.

Test again to ensure linking works for new and returning users.


Troubleshooting

ErrorFix
Invalid redirect URI
Redirect URL must match WP ULike callback exactly
App not approved
WordPress.com apps may need correct origins and redirect URLs
User confused with wp-admin
WordPress.com login is separate from local WordPress credentials — document this for users

Related: Social Login & Share · Google setup · GitHub setup

Continue with these guides