このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.

FAQ

Currently none

評価

このプラグインにはレビューがありません。

貢献者と開発者

PhpList Subber はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“PhpList Subber” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“PhpList Subber” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1

  • Preparing for i18n

1.0

  • First release