| 开发者 |
fahdaslam
wpventra |
|---|---|
| 更新时间 | 2026年1月29日 04:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
ventraconnect-social-login folder to /wp-content/plugins/.Yes. VentraConnect uses official OAuth authentication flows provided by each social network. User credentials are never shared with or stored by your WordPress site. Authentication is handled directly by the provider, and only basic profile data is returned after successful login.
No. Social login is optional. Users can continue to log in using their WordPress username and password unless you choose to enforce stricter rules using your own configuration or the Pro add-on.
Yes. If a user logs in with a social account that matches an existing email address, the social account is linked to that user automatically and no duplicate account is created.
By default, yes. If the email address does not already exist, a new WordPress user account is created automatically using the social provider profile data. You can also use the new account guardrails to globally allow or block new user creation from the core WordPress login/registration screens when using social login. This makes it easier to prevent unwanted signups on those default screens if you prefer to use a dedicated registration flow.
Only the provider user ID, name, email address, and avatar URL are stored. No access tokens or passwords are saved. Site owners can output a privacy notice using the ventraconnect_sl_privacy_notice_html filter.
Links to provider developer consoles are available in the plugin settings.
The plugin automatically generates the correct callback URL using WordPress admin-ajax.php. On a typical site it will look similar to:
https://example.com/wp-admin/admin-ajax.php?action=ventraconnect_sl_oauth_callback&provider=PROVIDER
You should always copy the callback URL shown in the plugin settings instead of hardcoding it.
No. Social login buttons are only loaded where they are displayed, and OAuth requests are made directly between your site and the provider only during login.
Yes. VentraConnect Social Login Pro is an optional add-on built for sites that need passwordless login (Magic Link and OTP), deeper integrations (WooCommerce, LMS, membership plugins), advanced redirect control, and analytics. The free plugin remains fully functional on its own. Pro is not required, but it lets you extend the same social login foundation instead of switching to a different plugin later. More details: https://wpventra.com/
redirect_to parameter is now respected and no longer overridden by the global redirect setting.