- This is a simple login form in the widget.
- Compatible with WordPress Multisite Installation.
- Use this shortcode [login_widget] to use login form in your pages/ posts.
- Just install the plugin and add the login widget in the sidebar.
- Change some 'optional' settings in
Login Widget Settings (admin panel left side menu) and you are good to go.
- Add CSS as you prefer because the form structure is really very simple.
- Use this shortcode [forgot_password] in your page to display the forgot password form. Forgot password link can be added to login widget from plugin settings page.
- Login form is responsive.
- Plugin is compatible with WPML plugin. You can check the compatibility at wpml.org.
[youtube
https://www.youtube.com/watch?v=GIdsTLfH6Is]
Other Optional Options
- Add CAPTCHA security in admin and frontend login forms.
- Login Logs are stored in database ( IP, login status, login time ). PRO version has options to block IPs after certain numbers of wrong login attempts.
- You can choose the redirect page after login. It can be a page or a custom URL.
- Choose redirect page after logout.
- Choose user profile page.
- Easy CSS implementation from admin panel.
Social Login No Setup
The plugin supports login with 30+ sites. The most important part is that it requires no Setups, no Maintanance, no need to create any APPs, APIs, Client Ids, Client Secrets or anything. Get it for
USD 3.00. Supported sites are listed below.
- Google
- YouTube
- Google Drive
- Gmail
- Twitter
- LinkedIn
- PayPal
- Yahoo
- Microsoft
- WordPress
- Amazon
- Github
- Tumblr
- Vimeo
- Reddit
- Dribbble
- Twitch
- Medium
- Discord
- Line
- Stack Exchange
- Stack Overflow
- Disqus
- Blogger
- Meetup
- Foursquare
- Yandex
- VKontakte
- Telegram
- Dropbox
- Fitbit
- Slack
- Deviantart
- Mailchimp
- Skype
Click here for more details |
Click here for Live Demo
Post your plugin related queries at https://goplugins.in/support.php
- Upload
login-sidebar-widget.zip to the /wp-content/plugins/ directory.
- 通过 WordPress 的“插件”菜单激活插件。
- Go to
Login Widget Settings and set some optional options. It's really easy.
- Go to
Login Widget Settings -> Login Logs to check the user login log.
- Go to
Appearance->Widgets in available widgets you will find Login Widget widget, drag it to chosen widget area where you want it to appear.
- You can also use shortcodes to insert login form in post or pages. [login_widget title="Login Here"]
- Now visit your site and you will see the user login form.
Redirection After Login
To restrict a page from non logged in users and redirect users to requested URL after successful login, add this code in the top of the page template.
if ( !is_user_logged_in() ) {
wp_redirect('http://www.example.com/login/?redirect='.login_wid::curPageURL());
exit;
} Change "http://www.example.com/login/" to your login page url.
Translations
- The Serbo-Croatian Language translation file is provided by Web Hosting Hub
- Chinese translation is provided by Tianming Wu
- Portuguese (European) translation is provided by David Costa
- Spanish translation is provided by Javier
- Finnish translation is provided by Tomi Ylä-Soininmäki, Katja Lampela
- Persian translation is provided by Salman Amini
- Dutch translation is provided by Baree van Vugt
- Italian translation is provided by Filippo Antonacci
- Brazilian Portuguese translation is provided by Edu Musa
- Polish translation is provided by Mateusz Wójcik
- German translation is provided by Benjamin Hartwich
- Hungarian translation is provided by Attila Kiss
- Russian translation is provided by Владимир Компьютеров
- Another Russian translation is provided by Владимир Компьютеров (File - login-sidebar-widget-ru_RU-2.po)