Skip to content

A Koken plugin to add a Mailchimp newsletter subscription form.

Notifications You must be signed in to change notification settings

wilsonlewis/koken-mailchimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Koken

About

A Koken plugin to easily add a Mailchimp newsletter subscription form.

  • Koken is a CMS focused on photography
  • Mailchimp is a common photo-sharing application

Installation

Koken does not have a store for 3rd party plugins, so we need to install it manually.

  • Install Koken

  • 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

Markup

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.

Attributes

url

  • type: string
  • value: the url of your mailchimp form
  • default: null (set globally in plugin settings)

License

This plugin is open-sourced software licensed under the MIT license.

About

A Koken plugin to add a Mailchimp newsletter subscription form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published