Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miklb/habari_mailchimp
A Habari plugin to add a newsletter signup using the Mailchimp API
https://github.com/miklb/habari_mailchimp
Last synced: 29 days ago
JSON representation
A Habari plugin to add a newsletter signup using the Mailchimp API
- Host: GitHub
- URL: https://github.com/miklb/habari_mailchimp
- Owner: miklb
- Created: 2013-02-22T19:52:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T17:42:09.000Z (almost 12 years ago)
- Last Synced: 2024-10-20T02:48:21.696Z (3 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
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](http://apidocs.mailchimp.com/api/downloads/#php) wrapper, which is included with the plugin.### License
Habari Mailchimp is licensed under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). The Mailchimp PHP API Wrapper is licensed under the [MIT License](http://opensource.org/licenses/MIT)### Changelog
0.1 initial release