From 3d35a00fbe92415540071eea2d676ed7a1223ca0 Mon Sep 17 00:00:00 2001 From: Leonardo Scorza Date: Fri, 9 Oct 2015 10:57:20 +0200 Subject: [PATCH 1/4] Add Mailchimp PopUp to get Subscribers --- _config.yml | 7 ++++++- _includes/scripts.html | 5 +++++ documentation.md | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 46b00296f..9d0f71d4f 100644 --- a/_config.yml +++ b/_config.yml @@ -43,7 +43,12 @@ owner: google_analytics: UA-39365944-7 google_verify: # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here -bing_verify: +bing_verify: + +# Mailchimp PopUp Subscribers (mailchimp: true = all pages, or set page by page) +mailchimp: true +mailchimp_uuid: YOUR_UUID +mailchimp_lid: YOUR_LID # Links to include in footer navigation # For external links add external: true diff --git a/_includes/scripts.html b/_includes/scripts.html index 32cb62366..f63912e1e 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -86,4 +86,9 @@ })(); {% endif %} + +{% if page.mailchimp or site.mailchimp %} + +{% endif %} + {% if page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file diff --git a/documentation.md b/documentation.md index 20de84e8c..e3782b787 100644 --- a/documentation.md +++ b/documentation.md @@ -89,6 +89,11 @@ google_verify: # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here bing_verify: +# Mailchimp PopUp to Subscribers +mailchimp: +mailchimp_uuid: +mailchimp_lid: + # Links to include in top navigation # For external links add external: true links: @@ -335,6 +340,17 @@ Including a link to your Google+ profile has the added benefit of displaying [Go Your Google Analytics ID goes here along with meta tags for [Google Webmaster Tools](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35179) and [Bing Webmaster Tools](https://ssl.bing.com/webmaster/configure/verify/ownershi) site verification. +#### Mailchimp PopUp to get Subscribers + +You need: +1 - Create a list (to your future subscribers) in mailchimp.com (https://us10.admin.mailchimp.com/lists/). +2 - Create a sign up form (PopUp type) inside of the list page. You can customize your PopUp. Generate the embedded code and get the UUID and LID fields on the generated code. +3 - Put your UUID and LID code in _config.yml (mailchimp_uuid and mailchimp_lid). +4 - Put (mailchimp: true) in _config.yml if you want the the PopUp appear in all screens (don't worry, appear just a time by user or when user delete cookies) or put (mailchimp: true) just on the page that you want the PopUp. + +[Optional - Send automatic email (one time by day or week) about new post] +5 - Go to https://us10.admin.mailchimp.com/campaigns/, create a new campaign of the type Rss campaign. Just configurate to point for www.youdomain.com/feed.xml, choice the created list and a template. + #### Top Navigation Links Edit page/post titles and URLs to include in the site's navigation. For external links add `external: true`. From 4b050baa45aa303bcc9a63d6ed8a74633649097b Mon Sep 17 00:00:00 2001 From: Leonardo Scorza Date: Fri, 9 Oct 2015 11:02:26 +0200 Subject: [PATCH 2/4] Mailchimp in documentation --- documentation.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/documentation.md b/documentation.md index e3782b787..9d11b4145 100644 --- a/documentation.md +++ b/documentation.md @@ -90,9 +90,9 @@ google_verify: bing_verify: # Mailchimp PopUp to Subscribers -mailchimp: -mailchimp_uuid: -mailchimp_lid: +mailchimp: +mailchimp_uuid: +mailchimp_lid: # Links to include in top navigation # For external links add external: true @@ -342,10 +342,14 @@ Your Google Analytics ID goes here along with meta tags for [Google Webmaster To #### Mailchimp PopUp to get Subscribers -You need: +You need: + 1 - Create a list (to your future subscribers) in mailchimp.com (https://us10.admin.mailchimp.com/lists/). + 2 - Create a sign up form (PopUp type) inside of the list page. You can customize your PopUp. Generate the embedded code and get the UUID and LID fields on the generated code. + 3 - Put your UUID and LID code in _config.yml (mailchimp_uuid and mailchimp_lid). + 4 - Put (mailchimp: true) in _config.yml if you want the the PopUp appear in all screens (don't worry, appear just a time by user or when user delete cookies) or put (mailchimp: true) just on the page that you want the PopUp. [Optional - Send automatic email (one time by day or week) about new post] From 279f5e4b61fc0f46364fb2c6cc449987ab8348e7 Mon Sep 17 00:00:00 2001 From: Leonardo Scorza Date: Fri, 9 Oct 2015 11:04:32 +0200 Subject: [PATCH 3/4] Mailchimp in documentation --- documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation.md b/documentation.md index 9d11b4145..a27e86d49 100644 --- a/documentation.md +++ b/documentation.md @@ -94,6 +94,7 @@ mailchimp: mailchimp_uuid: mailchimp_lid: + # Links to include in top navigation # For external links add external: true links: From 859327ed120aae1a882bc53e2e1a197eb407e3cc Mon Sep 17 00:00:00 2001 From: Leonardo Scorza Date: Fri, 9 Oct 2015 11:05:55 +0200 Subject: [PATCH 4/4] Mailchimp in documentation --- documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation.md b/documentation.md index a27e86d49..11c7cd1ef 100644 --- a/documentation.md +++ b/documentation.md @@ -90,9 +90,9 @@ google_verify: bing_verify: # Mailchimp PopUp to Subscribers -mailchimp: -mailchimp_uuid: -mailchimp_lid: +- mailchimp: +- mailchimp_uuid: +- mailchimp_lid: # Links to include in top navigation