Description
The Stitchz Social Login plugin extends the standard WordPress user registration
and login experience by integrating social login features. With Stitchz Social
Login users can login with one or more supported social networks, including
Facebook, Twitter, Google, LinkedIn and more (22+).
Stitchz Social Login provides a single, simple interface that maintains all
your social identity provider information safely and securely (and encrypted
while at rest). Using Stitchz saves time and eliminates custom code necessary to
integrate and manage multiple identity providers.
Any user account can connect one or more social identities to their account
and use them to login in with (before or after their account is created).
Supported Providers
- Google Plus
- Tumblr
- Box
- Paypal
- Yahoo
- Dropbox
- OpenID
- VK (Vkontakte)
- Foursquare
- Windows Live
- SoundCloud
- Discogs
- Flickr
- SalesForce.com
- Github
- Disqus
- more…
For additional details of the plugin, visit the project page:
https://www.stitchz.net/Blog/Getting-Started-with-WordPress-and-Social-Login-A-Step-by-Step-Guide
To submit bug reports and feature suggestions, or to track changes:
https://stitchz.uservoice.com/forums/81839?lang=en
USAGE
-
To login with any identity provider, click the provider link on the login page. The browser will be redirected to the identity provider’s login page followed by (typically) a permissions/scope confirmation page. After a successful login the browser will be redirected back to the WordPress website.
-
Any user account can connect one or more social identities to their account. The Connected Identities section on the user profile page lists all social identities associated with the user. Identities can be removed by clicking the “X” next to the provider name, or added by click the provider name.
-
Stitchz Login Shortcode can be used on any page/post by using the following: [stitchz_social_login_shortcode]
REQUIREMENTS
None.
CONTACT
Current maintainer(s):
* Stitchzdotnet (Ethan Peterson) – @stichzdotnet on Twitter
Screenshots
Installation
General Installation
Stitchz Social Login plugin can be downloaded and added as a plugin to any existing WordPress installation. The plugin can be downloaded from: https://www.stitchz.net/Blog/Getting-Started-with-WordPress-and-Social-Login-A-Step-by-Step-Guide
-
Login to WordPress as an Administrator.
-
Go to the WordPress Admin counsel, then click “Plugins”.
-
Click “Add New”.
-
On the Add New page, click “Upload”.
-
Click “Browse” and navigate to where the stitchz_social_login.zip file was saved to and click open.
-
Click “Install Now” to install the plugin.
Configuration
Before using Stitchz Social Login, you must setup an application at: https://login.stitchz.net/. Once you application has been setup, continue with
the steps below.
-
Login to your WordPress site as an Administrator, and go to the WordPress Admin counsel.
-
Click “Settings > Permalinks”
-
Change the default way WordPress handles web URLs. Under “Common Settings”, select any option except “Default”, and click “Save Changes”. This will modify the .htaccess rewrite rules.
-
Next, click “Plugins”.
-
Navigate to the Stitchz Social Login plugin in the plugins list and click “Activate”.
-
Then, click “Configure”.
-
Copy your App Url, ApiKey, AppSecret, and Return Url from your Stitch application into the appropriate fields in the Stitchz Social Login API Settings form. All fields with “(required)” are, you guessed it, required.
The “Return Url” is your WordPress website’s full web address plus the Stitchz WordPress end point (‘/stitchz_social_login/auth’), i.e. https://www.yourwebsiteaddress.com/stitchz_social_login/auth
-
Next, select the API Version to run. The “Standard Login” option is a basic authentication request used to only authenticate a user. The “OAuth 2 Login” option sends an OAuth 2.0 authenticated request to the Stitchz API and returns a valid OAuth 2.0 token. The token can be used later to make authorized requests to Stitchz.
-
Confirm your Stitchz Login API Settings before moving on to the next section.
-
Click the “Sync Providers” button to synchronize your provider list configured in your Stitchz application with your WordPress instance. If all settings are correct a sample login will display with all your configured and active identity providers. Check the README.txt file if any errors occur.
-
Enable/disable any login forms where the Stitchz Social Login links are displayed. By default the links are visible on all available forms.
-
The “Social Login Notes” field can contain up to 255 letters or numbers in plain text and will be displayed under the social login links.
-
Click Save.
FAQ
- If the sample login links do not display on the Stitchz Login API Settings page, check the following:
-
-
Check that the App Url, ApiKey and AppSecret are entered exactly as displayed in your Stitchz application page at: https://login.stitchz.net/
-
Confirm your settings, click Save and try again.
-
Go to your Stitchz application and confirm the Return Url matches your website address plus the required Stitchz end point in WordPress, i.e. ‘https://www.YourWebsiteAddress.com/stitchz_social_login/auth’
-
Reviews
Contributors & Developers
“Stitchz Social Login” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Stitchz Social Login” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
- Security enhancements added to escape out potential invalid characters
1.0.3
- Fixed a small bug when activating the plugin
1.0.2
- Small bug fix in auth handler
1.0.1
- Added shortcode code
1.0
- 1st version