Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

MailWizz Newsletter Box

Opis

Adds a subscription widget for your MailWizz Email Marketing Application based on the
PHP-SDK.
Using the widget, you can generate a subscription form based on your mail list definition.
You also have full control over the generated form, so you can continue changing it until it fits your needs.

Instalacija

  1. Upload the folder mailwizz-newsletter-box to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit widgets area to setup the subscription widget

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“MailWizz Newsletter Box” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “MailWizz Newsletter Box” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0

  • Initial release.

1.1

  • Added nonce check on subscribe form submission
  • Replaced json_encode with MailWizzApi_Json::encode to make it work on hosts without json_encode

1.2

  • Use composer for the php sdk
  • General updates