Title: Shortcode for Registration form
Last modified: June 8, 2020

---

# Shortcode for Registration form

 *  Resolved [pyoil](https://wordpress.org/support/users/pyoil/)
 * (@pyoil)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-registration-form/)
 * Hi
 * I want to embed the registration form in a page.
 * Is there a short code which I can use that will show the same form as [https://domain.com/wp-login.php?action=register](https://domain.com/wp-login.php?action=register)
 * Using the pro addon.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Laszlo](https://wordpress.org/support/users/laszloszalvak/)
 * (@laszloszalvak)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-registration-form/#post-12956182)
 * Hi [@pyoil](https://wordpress.org/support/users/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/](https://www.wpbeginner.com/plugins/how-to-create-custom-login-page-for-wordpress/)
   and then you could use our own shortcode:
    - [https://nextendweb.com/nextend-social-login-docs/theme-developer/#shortcode](https://nextendweb.com/nextend-social-login-docs/theme-developer/#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.wordpress.org/reference/functions/wp_login_form/](https://developer.wordpress.org/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://wordpress.org/plugins/wp-login-form/](https://wordpress.org/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.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode for Registration form’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Laszlo](https://wordpress.org/support/users/laszloszalvak/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-registration-form/#post-12956182)
 * Status: resolved