Login Embedded
Login Embedded is a lightweight customizable plugin that allow to create a multiauthor blog without using backend but embedded light forms.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3638 days ago • 1 reviews
Is Login Embedded abandoned?
Possibly abandoned (last update 3638 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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!
Installation
- Unload plugin, unzip it to /wp-content/plugins/ directory
- Go to plugins Tab and activate it.
- Customize it in Login Embedded tab.
Frequently Asked Questions
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.
Review feed
I really enjoy it, this is the reason to share!
Screenshots

Login / Register form in a working site (eseeusee.com). Once the visitor chooses Login! or Join, specific forms are shown.

User card. Just in case the user shown is equal to the -logged in- visitor (this is the case of this pic), private info fields (login name and user email) are shown and any field can be updated.

Options page.
Changelog
0.2
- Bugs fixed, javascript & css effects to smoothly open forms.
0.1
- First version