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

MailChimp Newsletter Widget

描述

I wrote this plug-in mostly as an attempt to learn more about creating WordPress Plug-ins, but I think it is potentially useful for certain folks and so I am releasing it as an open-source, unsupported piece of software. I hope you enjoy it.

The goal of the plug-in is to help a WordPress Site Administrator integrate a MailChimp mailing list into the WordPress site. Once the plug-in is installed, you must provide a MailChimp.com APIKey, then select a list to enroll your visitors to.

The default widget is practical, but not very pretty. Basically, it includes a typical widget layout containing three input fields, one hidden field to track the page URL, and a submit button. The HTML for the widget can be customized to fit your site and WordPress theme. If you choose to do this, please don’t try to change the input fields’ NAME or ID attributes. It won’t work if you change these.

安裝

Like any other WordPress plugin, there are a few different ways to install the files. The easiest way for will be to upload the files directly to the server.

  1. Download the Plug-In if and save it to your computer. The plug-in can be found at https://wordpress.org/extend/plugins/mailchimp-newsletter-widget/
  2. Unzip the plugin package. You will find documentation and two PHP files. The WPMC.php and MCAPI.class.php must both be placed on your server.
  3. Using FileZilla or your favorite FTP/SFTP client, place these files in your wordpress directory at /wp-content/plugins/.
  4. Now navigate to your WordPress installation and to the Plugins panel.
  5. Click the Activate link to have WordPress utilize the plugin. WordPress will confirm the the plugin was activated and you will see a new menu item in the dashboard entitled MailChimp.
  6. See the included PDF or ODT File for configuration insturctions.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 MailChimp Newsletter Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Initial Release