Skildring
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.
Skjermbilete
Installasjon
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
- Install an activate the plugin in wordpress.
- Whitelist your WP site on your PhpList domain by setting the CORS headers. (only if on different domein)
- 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.
Vanlege spm.
Currently none
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“PhpList Subber” is open source software. The following people have contributed to this plugin.
Contributors“PhpList Subber” er omsett til 1 språk. Takk til omsetjarane for bidraga deira.
Omset “PhpList Subber” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.
Endringslogg
1.1
- Preparing for i18n
1.0
- First release