Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

PhpList Subber

Popis

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.

Snímky obrazovky

  • 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.

Instalace

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.

Nejčastější dotazy

Currently none

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

PhpList Subber je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „PhpList Subber“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “PhpList Subber” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.1

  • Preparing for i18n

1.0

  • First release