From 498913806182905cc0c14bd12a61f9af26fa16b4 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 17 Feb 2020 19:59:15 +0000 Subject: Switch over to Jigsaw --- source/_posts/mailchimp-newsletters.md | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 source/_posts/mailchimp-newsletters.md (limited to 'source/_posts/mailchimp-newsletters.md') diff --git a/source/_posts/mailchimp-newsletters.md b/source/_posts/mailchimp-newsletters.md new file mode 100644 index 0000000..b631f6a --- /dev/null +++ b/source/_posts/mailchimp-newsletters.md @@ -0,0 +1,42 @@ +--- +extends: _layouts.post +section: content +title: Mailchimp Newsletters +date: 2018-11-21 +categories: [feature] +description: Mailchimp newsletter signups, just add a url. +cover_image: /assets/img/post-cover-image-1.png +--- + +[Mailchimp](https://mailchimp.com/) is a fantastic marketing platform, and takes the pain out of managing email lists and campaigns. The blog starter template comes with a beautiful pre-built newsletter form, that only needs a Mailchimp list URL to send to. + +To begin accepting subscribers, simply add your list URL to the form `action` in the `source/_components/newsletter-signup.blade.php` file. + +```html + + +
+
+
+

Sign up for newsletter

+
+ + +
+
+ + +
+ + +
+
+
+
+``` + +### Example + + + +[See how to get your Mailchimp list URL.](https://mailchimp.com/help/host-your-own-signup-forms/#Edit_your_Custom_Signup_Form) -- cgit v1.2.3-13-gbd6f