=== PhpList Subber === Contributors: vinzzb Donate link: http://vinzz.be/forms-for-phplist/ Tags: PhpList, newsletter, subscription Requires at least: 3.0.1 Tested up to: 5.2.1 Requires PHP: 5.2.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrate your PhpList subscription forms in Wordpress. == Description == This plugin can also handle user attributes defined in phplist. == Installation == Requirements - You must edit the .htaccess file on the 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 (only if on different domein) 1. 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 == Frequently Asked Questions == Currently none == Screenshots == 1. Settings page 2. List page (shows all imported forms ) 3. Example of a subscription form integrated in a theme. You can fully customize the form to your needs. == Changelog == = 1.0 = * First release == Upgrade Notice == = 1.0 =