Description
Login Embedded is a lightweight customizable plugin that allow to create a multiauthor blog without using backend. (In fact it can be custom to hide backend except to admin users).
There are 2 embedded forms to be used that can be embedded in templates or pages (with shortcodes).
Login/register component This component is to be shown just to non-logged visitors, allowing to choose one of these 2 actions and showing just login or register form. This component could be customized to be shown on top of home page (exactly at the bottom of header), author templates, posts and pages, archives… If more flexibility is needed, a shortcode or function calls can be used.
Login Form: show login+password fields and a lost password recovery link.
Register Form: show two fields, the first one to choose a login name and the other to explicit a login email.
Both forms manage errors and messages without using the backend.
Author card The author card shows ‘private’ info as login name and email if the logged in author is the same as the displayed author.
The author card also allows to modify author info (login, bio…) if the logged in user is the displayed author.
This form manage errors and messages without using the backend.
Shortcodes
[antonelf_logout_link]: Displays a logout link just if user is logged in. @param $atts[‘content’] if set, define message to show in logout link, otherwise __(‘Logout’) will be shown as message
[antonelf_login_register_form]: Displays the register/login template (no parameters needed).
[antonelf_author_card]: Displays the Author info card (no parameters needed).
I18N
For the moment English, French and Spanish versions are ready.
Any help with translations will be nice!
Screenshots
Installation
- Unload plugin, unzip it to /wp-content/plugins/ directory
- Go to plugins Tab and activate it.
- Customize it in Login Embedded tab.
FAQ
- Could I see an example webpage using this plugin ?
-
Yes, feel free to cocreate at eseeusee.com
- Avatar or author pics could be changed from Author template ?
-
No. At this moments avatar can be changed from gravatar.com. It’s planned to allow to change avatar pic from Author Info Form.
Reviews
Contributors & Developers
“Login Embedded” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Login Embedded” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- Bugs fixed, javascript & css effects to smoothly open forms.
0.1
- First version