by Puvox Software
5 (1 reviews)
Sign In With Socials (Google, Apple, Microsoft)
Adds functionality "Sign in with" Google/Microsoft/Apple (beta version)
Tested up to WP 6.7.5 (Current: 6.9.4)
v1.4.41
Current Version v1.4.41
Updated 1 year ago
Last Update on 05 Apr, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#19,929
—
No change
Active Installs
60+
-3.2%
KW Avg Position
86.3
—
No change
Downloads
1.8K
+1 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 70
60+
70+
1,907
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 70+
Rank Changes
Current
#19,929
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| apple | 60 | — | Tag | 1 month ago |
| microsoft | 63 | — | Tag | 1 month ago |
| register | 136 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.4.41
- Last Updated
- Apr 05, 2025
- Requires WP
- 6.0+
- Tested Up To
- 6.7.5
- PHP Version
- 7.0 or higher
- Author
- Puvox Software
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,704
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
InfiniteWP Client
200K+ installs
#253
Nextend Social Login and Register
200K+ installs
#255
Anti-Malware Security and Brute-Force Firewall
100K+ installs
#297
Frequently Asked Questions
Common questions about Sign In With Socials (Google, Apple, Microsoft)
Go to the API Console.
From the projects list, select a project or create a new one.
If the APIs & services page isn't already open, open the console left side menu and select APIs & services.
On the left, click Credentials > New > OAuth client ID.
From the projects list, select a project or create a new one.
If the APIs & services page isn't already open, open the console left side menu and select APIs & services.
On the left, click Credentials > New > OAuth client ID.
Azure Portal
Publisher verification: overview and partner portal
authentication-oauth-register
faq - 2fa
Publisher verification: overview and partner portal
authentication-oauth-register
faq - 2fa
Developer Center
How to generate keys
team id && key id
Youtube videos: 1 or 2 or 3 or 4
[Apple only] workaround for localhost
Apple Sign In service does not work with localhost, http or IP-only domains, so if you develop on local host, so follow below steps:
STEP 1
instead of localhost you will need to invent some placeholder domain (anything except example.com) e.g. site.com and use that domain instead of localhost in Apple Redirect-Back urls. Then, to redirect site.com to your localhost, use either (A) or (B) choice:
- (A) Use redirection extension (like this or others) in browser to redirect queries from site.com to localhost, and then jump to STEP 2 below.
or
- (B) Add virtual local domain name e.g. site.com (except example.com) pointing to 127.0.0.1. See the 1-3 lines about "How to setup virtual host": https://gist.github.com/ttodua/b5f54429c00dad6e052b6ccbda08dcb0#file-readme-md . However, if you are not able to change your wordpress installation domain from localhost at this moment, then use this code from STEP 2
STEP 2
Add this code somewhere (eg. functions.php) to replace the redirect back url for Apple specifically:
add_filter('siwe_redirect_back_uri', function ($url, $provider) { return ($provider === 'apple' ? 'https://site.com/AUTH_RESPONSE_SIWE' : $url); }, 10, 2);
Notes about 3rd party services
This plugin relies on external services, namely:
Google Sign In service: View service description and terms. To revise the connected services, visit here.
Microsoft Identity services: View service description and terms. To revise the connected services, visit here or here
Apple Sign In services: View service description. To revise the connected services, visite here
Also uses some composer vendor dependencies, which are beyong our monitoring or control.
Github
Active plugin development is handled on Github. Bugs and issues will be tracked and handled there.
Todo
account-id based duplicate detection
How to generate keys
team id && key id
Youtube videos: 1 or 2 or 3 or 4
[Apple only] workaround for localhost
Apple Sign In service does not work with localhost, http or IP-only domains, so if you develop on local host, so follow below steps:
STEP 1
instead of localhost you will need to invent some placeholder domain (anything except example.com) e.g. site.com and use that domain instead of localhost in Apple Redirect-Back urls. Then, to redirect site.com to your localhost, use either (A) or (B) choice:
- (A) Use redirection extension (like this or others) in browser to redirect queries from site.com to localhost, and then jump to STEP 2 below.
or
- (B) Add virtual local domain name e.g. site.com (except example.com) pointing to 127.0.0.1. See the 1-3 lines about "How to setup virtual host": https://gist.github.com/ttodua/b5f54429c00dad6e052b6ccbda08dcb0#file-readme-md . However, if you are not able to change your wordpress installation domain from localhost at this moment, then use this code from STEP 2
STEP 2
Add this code somewhere (eg. functions.php) to replace the redirect back url for Apple specifically:
add_filter('siwe_redirect_back_uri', function ($url, $provider) { return ($provider === 'apple' ? 'https://site.com/AUTH_RESPONSE_SIWE' : $url); }, 10, 2);
Notes about 3rd party services
This plugin relies on external services, namely:
Google Sign In service: View service description and terms. To revise the connected services, visit here.
Microsoft Identity services: View service description and terms. To revise the connected services, visit here or here
Apple Sign In services: View service description. To revise the connected services, visite here
Also uses some composer vendor dependencies, which are beyong our monitoring or control.
Github
Active plugin development is handled on Github. Bugs and issues will be tracked and handled there.
Todo
account-id based duplicate detection