Easy Mobile Poster

外掛說明

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 single featured image with their post.
* 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

  1. After activating, go to the “Frontend Poster Settings” menu in your WordPress admin dashboard.
  2. 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).
  3. A page will be automatically created at https://(Your Website)/(your-slug)/.
  4. Visit this URL and log in with the credentials you set to see the posting form.

安裝方式

  1. Upload the easy-mobile-poster folder to the /wp-content/plugins/ directory via FTP, or upload the zipped file through the ‘Plugins’ > ‘Add New’ > ‘Upload’ menu in WordPress.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the “Frontend Poster Settings” menu to configure the plugin.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Easy Mobile Poster〉的開發相關工作。

參與者

將〈Easy Mobile Poster〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.2

  • Added functionality to clear login credentials from admin settings
  • Improved user experience with credential reset feature
  • Enhanced security for credential management

2.0.0

  • Initial public release.
  • Adds security enhancements and code refactoring.
  • Improves the admin settings page UI.