miklb / Habari_Mailchimp

A Habari plugin to add a newsletter signup using the Mailchimp API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habari_Mailchimp

A Habari plugin to add a newsletter signup form using the Mailchimp API. Please note currently this plugin only supports first name, last name, email (of course) and an optional phone # input. The phone is mapped to a specific merge tag. Much more is planned, but if you have any questions or need help customizing, please open an issue and I will see what I can do.

Usage

Activate the plugin and configure with your API key and Unique List ID.

Currently, the plugin is only set up to display the form in a theme via

<?php echo $theme->mailchimp_form(); ?>

Future versions will include a block as well a quicktag to embed in a page.

MailChimp PHP API Wrapper 1.3

The plugin relies on the Mailchimp PHP API wrapper, which is included with the plugin.

License

Habari Mailchimp is licensed under the Apache Software License 2.0. The Mailchimp PHP API Wrapper is licensed under the MIT License

Changelog

0.1 initial release

About

A Habari plugin to add a newsletter signup using the Mailchimp API


Languages

Language:PHP 100.0%