Hi @pyoil
Nextend Social Login can only render the social buttons, so I am sorry but we don’t have options for rendering traditional email/password login forms.
But what you could do is using a third party plugin to display a login/register form. Here you can find some plugins which can do that:
https://www.wpbeginner.com/plugins/how-to-create-custom-login-page-for-wordpress/
and then you could use our own shortcode:
for displaying the social buttons either above or below your form.
Plugins which are displaying an embedded form via the wp_login_form() function:
https://developer.www.ads-software.com/reference/functions/wp_login_form/
are supported by Nextend Social Login. This means the social buttons can automatically show up in those forms, so you won’t even need to use our shortcode. E.g.:
with WordPress Login Form – https://www.ads-software.com/plugins/wp-login-form/ yhave a shortcode:
[wp_login_form]
what you can use to render a traditional login form and in this form our social buttons can automatically show up.
Or if you have some coding knowledge, then you could simply create a custom shortcode for yourself, that renders a login form with the wp_login_form() function.
Best regards,
Laszlo.