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

PhpList Subber

外掛說明

This plugin imports forms from you PhpList host into wordpress.
Your subscription forms can be used anywhere in wordpress using shortcodes.
Custom user attributes defined in phplist are also taken into account.
The plugin uses async calls (ajax) for registrations. You can fully customize the respone on success or failures.

NOTE: This plugin will only work with self hosted PhpList environments. It does not work with phplist.com accounts.

螢幕擷圖

  • Settings page
  • List page (shows all imported forms )
  • Example of a subscription form integrated in a theme. You can fully customize the form to your needs.

安裝方式

Requirements

  • You must have write access to the .htaccess file on your phplist domain if it is hosted on a different (sub-)domain (plugin uses CORS)
  • jQuery library on Wp site.

Get started in three easy steps

  1. Install an activate the plugin in wordpress.
  2. Whitelist your WP site on your PhpList domain by setting the CORS headers. (only if on different domein)
  3. Import subscription forms and publish!

Adding CORS headers to PhpList requests

Connect to your PhpList server using ftp or ssh and edit the .htaccess file in the root folder of phplist. Add these two commands and replace the origin url with your wordpress domain:
access-control-allow-methods: POST, GET
access-control-allow-origin https://your.wordpress.site

Change the url to your phplist doamin. I strongly recommend using https only.

常見問題集

Currently none

使用者評論

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

參與者及開發者

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

參與者

〈PhpList Subber〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈PhpList Subber〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1

  • Preparing for i18n

1.0

  • First release