A Koken plugin to easily add a Mailchimp newsletter subscription form.
Koken does not have a store for 3rd party plugins, so we need to install it manually.
-
Navigate to the plugins folder:
cd /storage/plugins
-
Git clone or download and unzip this package:
git clone https://github.com/wilsonlewis/koken-mailchimp.git
-
Open a new browser window to login to your admin plugins section:
http://yoursite.com/admin/#/settings/plugins
-
Click the Enable button next to this plugin to enable
-
Click the Set up button to add a Mailchimp form url
Add a form using an 'mailchimp' tag in an essay or custom page.
// using global settings
<mailchimp></mailchimp>
// using optional overrides
<mailchimp url="url"></mailchimp>
It can also be used in any .lens template.
url
- type: string
- value: the url of your mailchimp form
- default: null (set globally in plugin settings)
This plugin is open-sourced software licensed under the MIT license.