Skip to content

WordPress

Integrate WordPress with Sngine in a few easy steps to let your users log in with their WordPress accounts.

  1. Go to https://developer.wordpress.com/apps/ and sign in with your WordPress account
  2. Click Create New Application and fill the form

    Click Create New Application and fill the form

  3. Enter your domain name as Website URL & Provide this URI as the OAuth 2.0 Redirect URIs for your application as following:

    If you installed Sngine in your domain directly like domain.com the URI should be like this:
    https://www.domain.com/connect/wordpress

    If you installed Sngine in your domain directly but without www like domain.com the URI should be like this:
    https://domain.com/connect/wordpress

    If you installed Sngine in sub-domain like sub.domain.com the URI should be like this:
    https://sub.domain.com/connect/wordpress

    If you installed Sngine in a directory like domain.com/directory the URI should be like this:
    https://www.domain.com/directory/connect/wordpress

    If you installed Sngine in a directory like domain.com/directory the URI should be like this…

  4. Copy both Application ID and Secure key

    Copy both Application ID and Secure key

  5. Go to Sngine Admin Panel → Settings → Registration Settings → Social Login and paste both keys as shown

    Go to Sngine Admin Panel → Settings → Registration Settings → Social Login and paste both keys as shown