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
- Go to WordPress.com Developer Console.
- Click Create a new application.
- Fill in:
- Name — e.g. WP ULike Social Login
- Description — brief summary of your site
- Website URL —
https://yourdomain.com - Redirect URLs — callback URL from WP ULike (Step 2)
- Javascript Origins — same as Website URL (
https://yourdomain.com)
- Create the app and copy Client ID and Client Secret.
Step 2: Configure WP ULike
- Go to WP ULike → Settings → Social Logins.
- Enable Social Logins.
- Add a network and choose WordPress.com.
- Copy the Callback URL from settings:
https://yourdomain.com/?ulp-api=auth&provider=WordPress
- Paste into WordPress.com Redirect URLs.
- Enter Client ID and Client Secret in WP ULike.
- Optional: Auto Display or
[wp_ulike_pro_social_login]on login/profile pages. - Save settings.
Step 3: Test
- Open your login page in a private window.
- Click the WordPress.com button.
- Sign in at WordPress.com.
- Confirm redirect to your site with a logged-in session.
Test again to ensure linking works for new and returning users.
Troubleshooting
| Error | Fix |
|---|---|
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
Related articles
Continue with these guides
Did this article help?
Pick how you feel, add a note if you want, then hit Send. It takes two seconds and helps us improve this guide.