Description
This plugin provides a secure and isolated way to allow posting to your WordPress site from the frontend. It creates a special page with a posting form that is protected by a custom username and password that you set in the admin area. This does not use the standard WordPress user system, making it ideal for guest posts or simple submission forms where you don’t want to create a full user account for the author.
Core Features:
* No WordPress Account Needed: Visitors can post content using a single, shared username and password you define.
* Admin Settings Page: Easily configure the login credentials and the URL slug for the posting page.
* Control Post Status: Choose whether submissions are immediately published or saved as “Draft” for review.
* Featured Image Support: Allows authors to upload a featured image with their post.
* Additional Images: Now supports uploading 2 additional images that will be displayed in the post content.
* Secure: Uses WordPress nonces and best practices to ensure submission forms are secure.
This plugin is fully functional on its own. We also offer a Pro version for those who need more features.
How to Use
- After activating, go to the “Frontend Poster Settings” menu in your WordPress admin dashboard.
- On the settings page, configure the following and save:
- Username: The username for logging into the posting page.
- Password: The password for logging in.
- Page Slug: The URL for your posting page (e.g.,
write-post).
- A page will be automatically created at
https://(Your Website)/(your-slug)/. - Visit this URL and log in with the credentials you set to see the posting form.
Installation
- Upload the
easy-mobile-posterfolder to the/wp-content/plugins/directory via FTP, or upload the zipped file through the ‘Plugins’ > ‘Add New’ > ‘Upload’ menu in WordPress. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to the “Frontend Poster Settings” menu to configure the plugin.
FAQ
-
Is this secure?
-
Yes. The form is protected using WordPress nonces. All user input is sanitized before being saved to the database.
-
Can I customize the form?
-
This free version has a standard form. Customization options are available in the Pro version or would require custom coding.
-
Does this create a WordPress user?
-
No. That is the main feature. It uses its own authentication system, completely separate from WordPress users.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Easy Mobile Poster” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Easy Mobile Poster” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.4
- New: Added support for uploading 2 additional images alongside the featured image.
- Enhancement: Additional images are automatically inserted into post content with responsive styling.
2.0.2
- Fix: Reduced the number of tags in readme.txt to comply with WordPress.org tag limits.
2.0.1
- Fix: Corrected metadata in readme.txt and improved data sanitization to comply with WordPress plugin review standards.
2.0.0
- Initial public release.
- Adds security enhancements and code refactoring.
- Improves the admin settings page UI.