Contributors: Takahashi_Fumiki, hametuha
Tags: facebook,twitter,google,account,oauth,community,social,sns
Tested up to: 6.6
Stable Tag: 5.2.0
Requires at least: 5.9
Requires PHP: 7.2
License: GPL2 or Later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Connect user accounts with significant web services like Facebook, Twitter, etc. Stand on the shoulders of giants!
This plugin enables users to log in/register with major Web service accounts. Below are supported services.
If your site needs a user's login action, signing up is the most difficult step. With this plugin, users can sign up without inputting their email or password.
- Use Abraham Williams' twitteroauth.
- Use Facebook's official PHP SDK.
- Use Google API PHP Client.
- Use Ligature Symbols (Web font).
Gianism awes a lot to these open source projects. Thanks, lots!
Install itself is easy. Auto installation from the admin panel is recommended. Search with gianism
.
- Download and unpack the plugin file, and upload
gianims
folder to/wp-content/plugins
directory. - Activate it from admin panel.
You can get this plugin from github. Clone it and run composer install && npm install && npm start
. About composer and npm, google it.
After the plugin's activation, you have to set it up. Every setup has 2 steps. One is on SNS, the other is on your site.
For example, if you use Facebook, register a new app on Facebook, then input the app ID and token on the WordPress admin panel. Every SNS requires registration of Apps and credentials related to it.
For more details, please refer to the setting screen's instructions or our site gianism.info.
Can I use this in English?
Maybe yes. Translations are welcomed.
Found bug. It sucks.
Sorry for that. Please refer to our support site gianism.info or send a pull request to repository on Github.
- Buttons on Login/registration screen.
- Show connection status on the profile screen. Registered users can connect accounts here.
- Suit to plugins that customize login screen, e.g., Theme My Login.
Here is a list of change logs.
- Fix JS bug.
- Add SNS icon on user list screen in favor of users' connections.
- Fix XSS vulnerability.
- Supporting twitter API v2.
- Drop some functions like "Follow me", "Sending DM", "Get user's timeline", and so on. The free plan only can post tweet.
- Fix the build script to deploy properly.
- Bugfix for LINE login. Thanks Makoto Nakao!
- Drop support for Instagram because META denies using Instagram API as login credentials.
- Requires PHP 7.2 and over. Partially supports PHP 8.0.
Please refer changelog.md for older change logs,