這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Epicwin Plugin

描述

This plugin allows your blog visitors to subscribe to your blog via email and receive notifications whenever you create a new post. You can control everything from the WordPress admin.

Use the <?php get_epicwin_box(); ?> template tag to add a subscribe box anywhere on your WordPress site.

Please remember to rate if you like or dislike the plugin, your feedback keeps me motivated and always improving the plugin.

**** IMPORTANT *****

  1. Since version 1.2 the plugin has switched the mail system from mail() to sendmail. Please update your plugin immediately if you are using a version older than 1.2.

  2. Always remember to back up your data before upgrading the plugin as the re-installation of the plugin will wipe out all subscribers from the database.

  3. Back up your subscribers by using the export options and then use the generated file to import them after the upgrade has been finished.

螢幕截圖

  • Here is a picture of the back-end of the plugin.

安裝

  1. Upload the ‘epicwin-subscribers’ folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy and remember to report bugs. 🙂

常見問題

There are no Frequently Asked Questions. Please feel free to ask any questions at antonio@epicwindesigns.com

評價

There are no reviews for this plugin.

貢獻者及開發者

“Epicwin Plugin” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Epicwin Plugin 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.7 (Pending)

  • Pre-built html templates to choose from so emails don’t look so plain.
  • Ajax integration.

1.6 (Pending)

  • Adding the ability to send emails based on a certain categories, tags, taxonomy, and custom post type.
  • Adding the ability to send emails immediatelly after creating a post or sending emails for individual posts manually.

1.5

  • Added the ability to add your own From header for emails being sent out.

1.4

  • Removed the SwiftMaler library and used wp_mail as the default function for sending emails, since alot of people were getting error messages related to Swift Mailer.

1.3

  • Fix a bug that would send an email notification even when updating a post. Now emails are sent only when new posts are added. More Updates will come shorlty.

1.2

  • The plugin now uses the Swiftmailer library to send emails. This is a major improvement from the last version since the last one was using the mail function mulitple times to send emails.
  • Swiftmailer uses sendmail to send email so if your server does not support sendmail this plugin will not send emails when a new post is created.
  • Created a section for email settings so now admins can change the subject and message fields on the email.
  • Fixed a few gramatical errors as well as a few HTML syntax errors.

1.1

  • Changed the code structure so it is more readable and allow for internationalization.
  • Created a template tag so that it is possible to add the subscribe box anywhere in wordpress.
  • This version fixes core functions that weren’t working due to different settings between production and testing environments.