MailMunch – Grow your Email List - Version 1.3.1

Version Description

  • Added powerful targeting for pages, posts, categories, authors and attachments

=

Download this release

Release Info

Developer mailmunch
Plugin Icon 128x128 MailMunch – Grow your Email List
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3 to 1.3.1

Files changed (3) hide show
  1. css/admin.css +1 -0
  2. mailmunch.php +4 -4
  3. readme.txt +67 -14
css/admin.css CHANGED
@@ -27,6 +27,7 @@
27
 
28
  .container {
29
  max-width: 700px;
 
30
  }
31
 
32
  .page-header {
27
 
28
  .container {
29
  max-width: 700px;
30
+ padding: 0px 10px;
31
  }
32
 
33
  .page-header {
mailmunch.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: MailMunch
4
  Plugin URI: http://www.mailmunch.co
5
  Description: Collect email addresses from website visitors and grow your subscribers with our attention grabbing optin-forms, entry/exit intent technology, and other effective lead-generation forms.
6
- Version: 1.3
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
@@ -13,7 +13,7 @@
13
  require_once( plugin_dir_path( __FILE__ ) . 'inc/common.php' );
14
 
15
  define( 'MAILMUNCH_SLUG', "mailmunch");
16
- define( 'MAILMUNCH_VER', "1.3");
17
  define( 'MAILMUNCH_URL', "www.mailmunch.co");
18
 
19
  // Adding Admin Menu
@@ -47,8 +47,8 @@
47
  echo "var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};";
48
  if (is_front_page() || is_home()) { echo "_mmunch['front'] = true;"; }
49
  if (is_page()) { echo "_mmunch['page'] = true;"; }
50
- if (is_single()) { echo "_mmunch['post'] = true; _mmunch['postCategories'] = '".json_encode(get_the_category())."';"; }
51
- if (is_category()) { echo "_mmunch['category'] = true; _mmunch['categoryData'] = '".json_encode(get_category(get_query_var('cat')))."';"; }
52
  if (is_search()) { echo "_mmunch['search'] = true;"; }
53
  if (is_author()) { echo "_mmunch['author'] = true;"; }
54
  if (is_tag()) { echo "_mmunch['tag'] = true;"; }
3
  Plugin Name: MailMunch
4
  Plugin URI: http://www.mailmunch.co
5
  Description: Collect email addresses from website visitors and grow your subscribers with our attention grabbing optin-forms, entry/exit intent technology, and other effective lead-generation forms.
6
+ Version: 1.3.1
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
13
  require_once( plugin_dir_path( __FILE__ ) . 'inc/common.php' );
14
 
15
  define( 'MAILMUNCH_SLUG', "mailmunch");
16
+ define( 'MAILMUNCH_VER', "1.3.1");
17
  define( 'MAILMUNCH_URL', "www.mailmunch.co");
18
 
19
  // Adding Admin Menu
47
  echo "var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};";
48
  if (is_front_page() || is_home()) { echo "_mmunch['front'] = true;"; }
49
  if (is_page()) { echo "_mmunch['page'] = true;"; }
50
+ if (is_single()) { echo "_mmunch['post'] = true; _mmunch['postData'] = ".json_encode(get_post())."; _mmunch['postCategories'] = ".json_encode(get_the_category()).";"; }
51
+ if (is_category()) { echo "_mmunch['category'] = true; _mmunch['categoryData'] = ".json_encode(get_category(get_query_var('cat'))).";"; }
52
  if (is_search()) { echo "_mmunch['search'] = true;"; }
53
  if (is_author()) { echo "_mmunch['author'] = true;"; }
54
  if (is_tag()) { echo "_mmunch['tag'] = true;"; }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === MailMunch - Increase your Email Subscribers by over 500% ===
2
  Contributors: mailmunch
3
- Tags: widget, MailChimp, newsletter, newsletters, MailChimp plugin, Aweber,subscribe, popup, exit popup, exit intent, growth, subscribers, subscription, hellobar, email, posts, sharing, links, popover, analytics , newsletter, automatic , mail, lightbox, analytics, newsletter, getresponse, collect email, optin, optin forms, double optin, popover, optin monster, popup domination, sumome, list builder, popupdomination
4
  Requires at least: 3.0.1
5
- Tested up to: 3.9
6
- Stable tag: 1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -13,7 +13,7 @@ The free and easiest way to increase your email subscribers by over 500%. MailMu
13
 
14
  Collecting emails from your website visitors is the most important aspect of internet marketing. MailMunch lets you create beautiful optin forms for your WordPress without writing a single line of code. Most blogs are designed for hit-and-run readers. People find your blog, read your article, and leave. Wouldn't it be nice if some of those people subscribe or share your amazing post?
15
 
16
- MailMunch provides the tools you need to grow your email subscribers and convert them into customers. Now, people will find your blog, read your article, and subscribe via email to your newsletter.
17
 
18
  = Features =
19
 
@@ -27,16 +27,20 @@ MailMunch provides the tools you need to grow your email subscribers and convert
27
  * Customizable email subscribe box wording and colors
28
  * Full HTML control of popover content
29
  * Simply export email subscribers in a .csv file
30
- * Quickly growth your email newsletter list
31
  * View email subscription analytics and statistics for all time
32
 
33
  = Beautiful Optin Form Designs =
34
 
35
- MailMunch Designer let's you choose from professionally designed high-converting themes. Each design has been maximized for high conversion rates. You can further customize the optin forms to match with your website or blog.
 
 
 
 
36
 
37
  = A/B Testing =
38
 
39
- Eliminate the guess work from your decisions and let MailMunch help you take conversion rates to the next level by A/B testing different content and templates. You can create different optin forms and we'll tell you which one performs better.
40
 
41
  = Page Level Targeting =
42
 
@@ -44,7 +48,7 @@ Our page-level targeting will help you display optin forms only on specific page
44
 
45
  = Entry/Exit Technology =
46
 
47
- You can have the optin forms appear immediately when a visitor opens your site, or if you want to be less intrusive, you can have it appear when they are about to leave your website. Our technology detects user behavior and prompts them at the precise moment they are about to leave.
48
 
49
  = Analytics =
50
 
@@ -65,7 +69,7 @@ Absolutely not. MailMunch is designed with high performance and scalability in m
65
 
66
  = How many more emails will list builder help me get? =
67
 
68
- Most people see a 100% - 500% growth in their email subscriber growth.
69
 
70
  = Can I customize the look and feel of the popup? =
71
 
@@ -73,14 +77,57 @@ You can use our designer or fully control the CSS in the advanced section.
73
 
74
  = Do I need coding skills to use MailMunch? =
75
 
76
- NO. MailMunch is super simple and easy to use for anyone. Our designer lets you to create professionally designed forms without writing a single line of code. If you ever get stuck any where, our support will cover you for free.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  == Screenshots ==
79
 
80
- 1. This is the first step of MailMunch optin form designer inside the WordPress admin panel
81
  2. The second step is configuring your optin form for things like when to show it, how often to show it, and where to go after they subscribe
82
- 3. The final step is targeting which URLs, posts or categories to show the optin form on and where to not show it
83
- 4. And finally, we have the optin form working live on your blog - increasing your subscribers :)
 
 
 
84
 
85
  == Changelog ==
86
 
@@ -90,7 +137,13 @@ NO. MailMunch is super simple and easy to use for anyone. Our designer lets you
90
  = 1.0.1 =
91
  * Added better integration
92
 
 
 
 
93
  == Upgrade Notice ==
94
 
95
  = 1.0.1 =
96
- * Seamless integration with MailMunch designer
 
 
 
1
  === MailMunch - Increase your Email Subscribers by over 500% ===
2
  Contributors: mailmunch
3
+ Tags: widget, MailChimp, newsletter, newsletters, MailChimp plugin, Aweber,subscribe, popup, exit popup, exit intent, growth, subscribers, subscription, hellobar, email, posts, sharing, links, popover, analytics , newsletter, automatic , mail, lightbox, analytics, newsletter, getresponse, collect email, optin, optin forms, double optin, popover, optin monster, popup domination, sumome, list builder, mailchimp, popupdomination, optin revolution
4
  Requires at least: 3.0.1
5
+ Tested up to: 4.0
6
+ Stable tag: 1.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
13
 
14
  Collecting emails from your website visitors is the most important aspect of internet marketing. MailMunch lets you create beautiful optin forms for your WordPress without writing a single line of code. Most blogs are designed for hit-and-run readers. People find your blog, read your article, and leave. Wouldn't it be nice if some of those people subscribe or share your amazing post?
15
 
16
+ MailMunch provides the tools you need to grow your email subscribers and convert them into customers. Now, people will find your blog, read your article, and subscribe via email to your newsletter. You can also sync your newsletter subscribers to MailChimp, GetResponse, Aweber, or others.
17
 
18
  = Features =
19
 
27
  * Customizable email subscribe box wording and colors
28
  * Full HTML control of popover content
29
  * Simply export email subscribers in a .csv file
30
+ * Quickly grow your email newsletter list
31
  * View email subscription analytics and statistics for all time
32
 
33
  = Beautiful Optin Form Designs =
34
 
35
+ MailMunch Designer let's you choose from professionally designed high-converting popup themes. Each design has been maximized for high conversion rates. You can further customize the optin forms to match with your website or blog.
36
+
37
+ = Connect With Major Email Providers =
38
+
39
+ Easily connect with all major email marketing providers including Aweber, MailChimp, Constant Contact, GetResponse and Campaign Monitor. This means that if you use an email manager like MailChimp, your new email subscribers can automatically subscribe to your list instantly. Alternatively, you can simply export email subscribers in CSV format.
40
 
41
  = A/B Testing =
42
 
43
+ Eliminate the guess work from your decisions and let us help you take conversion rates to the next level by A/B testing different content and templates. You can create different optin forms and we'll tell you which one performs better.
44
 
45
  = Page Level Targeting =
46
 
48
 
49
  = Entry/Exit Technology =
50
 
51
+ You can have the optin forms appear immediately when a visitor opens your site, or if you want to be less intrusive, you can have it appear when they are about to exit your website. Our entry and exit popup technology detects user behavior and prompts them at the precise moment they are about to leave.
52
 
53
  = Analytics =
54
 
69
 
70
  = How many more emails will list builder help me get? =
71
 
72
+ Most people see a 100% to 500% growth in their email subscribers.
73
 
74
  = Can I customize the look and feel of the popup? =
75
 
77
 
78
  = Do I need coding skills to use MailMunch? =
79
 
80
+ No, It is super simple and easy to use for anyone. Our form designer lets you create professional forms without writing a single line of code. If you get stuck, our support will cover you for free.
81
+
82
+ = Do you provide instant connections to any email providers? =
83
+
84
+ Yes, we provide instant integration with Mailchimp, Aweber, GetResponse, Constant Contact, Campaign Monitor and other email marketing apps. When a user subscribes, their email is automatically subscribed to your MailChimp, Aweber, or other newsletter list. Alternately, you can simply download a CSV list of your newsletter subscribers.
85
+
86
+ = How can I integrate with a email marketing software? =
87
+
88
+ Once you go to create your email subscribe form, you will see the integration step where you can integrate with MailChimp, Aweber and others.
89
+
90
+ = How does the exit popup work? =
91
+
92
+ Exit popup technology opens the popup with your email subscription form just when your website visitor is about to leave. This is the best way to turn abandoning visitors into subscribers and customers.
93
+
94
+ == Other Notes ==
95
+
96
+ Our MailChimp email newsletter list builder helps Wordpress users build their audiences online.
97
+
98
+ Email newsletter integration options
99
+
100
+ * MailChimp newsletter integration
101
+ * Aweber newsletter integration
102
+ * Constant Contact newsletter integration
103
+ * Campaign Monitor newsletter integration
104
+ * GetResponse newsletter integration
105
+
106
+ Why people use MailChimp
107
+
108
+ * MailChimp has free plans
109
+ * MailChimp automatically integrates with our plugin
110
+ * MailChimp easily sends newsletters
111
+ * MailChimp handles lists of all sizes
112
+ * MailChimp can send automated drip campaigns (scheduled emails)
113
+
114
+ Why people use Aweber
115
+
116
+ * Aweber has a $1 first month
117
+ * Aweber automatically integrates with our plugin
118
+ * Aweber easily sends your newsletters
119
+ * Aweber scales to handle large or small lists
120
+ * Aweber can also send automated drip campaigns
121
 
122
  == Screenshots ==
123
 
124
+ 1. This is the MailMunch optin form designer where you can customize your optin form
125
  2. The second step is configuring your optin form for things like when to show it, how often to show it, and where to go after they subscribe
126
+ 3. This is the integration step where you can connect your optin form to sync with all popular email marketing tools like MailChimp, Aweber, Constant Contact, etc
127
+ 4. This is the final step where you can publish your optin form to all or selected posts, categories or pages
128
+ 5. And finally, we have the optin form working live on your blog - increasing your subscribers :)
129
+ 6. An example from a user site
130
+ 7. Another example from a user site
131
 
132
  == Changelog ==
133
 
137
  = 1.0.1 =
138
  * Added better integration
139
 
140
+ = 1.3.1 =
141
+ * Added powerful targeting for pages, posts, categories, authors and attachments
142
+
143
  == Upgrade Notice ==
144
 
145
  = 1.0.1 =
146
+ * Seamless integration with MailMunch designer
147
+
148
+ = 1.3.1 =
149
+ * Added powerful targeting for pages, posts, categories, authors and attachments