该插件尚未通过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.

常见问题

Currently none

评价

此插件暂无评价。

贡献者及开发者

“PhpList Subber” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

「PhpList Subber」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

将“PhpList Subber”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1

  • Preparing for i18n

1.0

  • First release