Version Description
Download this release
Release Info
Developer | mailmunch |
Plugin | MailMunch – Grow your Email List |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- mailmunch.php +7 -8
- readme.txt +55 -32
mailmunch.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailMunch - Increase your Email Subscribers by over 500%
|
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.4.
|
7 |
Author: MailMunch
|
8 |
Author URI: http://www.mailmunch.co
|
9 |
License: GPL2
|
@@ -14,7 +14,7 @@
|
|
14 |
require_once( plugin_dir_path( __FILE__ ) . 'inc/sidebar_widget.php' );
|
15 |
|
16 |
define( 'MAILMUNCH_SLUG', "mailmunch");
|
17 |
-
define( 'MAILMUNCH_VER', "1.4.
|
18 |
define( 'MAILMUNCH_URL', "www.mailmunch.co");
|
19 |
|
20 |
// Create unique WordPress instance ID
|
@@ -74,9 +74,8 @@
|
|
74 |
if (is_author()) { echo "_mmunch['author'] = true;"; }
|
75 |
if (is_tag()) { echo "_mmunch['tag'] = true;"; }
|
76 |
if (is_attachment()) { echo "_mmunch['attachment'] = true;"; }
|
77 |
-
|
78 |
-
echo "(function(){ setTimeout(function(){ var d = document, f = d.getElementsByTagName('script')[0], s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '".$mailmunch_data["script_src"]."'; f.parentNode.insertBefore(s, f); }, 1); })();";
|
79 |
echo "</script>";
|
|
|
80 |
}
|
81 |
|
82 |
add_action('init', 'mailmunch_assets');
|
@@ -85,12 +84,12 @@
|
|
85 |
$mailmunch_data = unserialize(get_option("mailmunch_data"));
|
86 |
if (count($mailmunch_data) == 0) return;
|
87 |
|
88 |
-
if (function_exists('
|
89 |
-
add_action( 'wp_footer', 'mailmunch_load_asset_code' );
|
90 |
-
}
|
91 |
-
elseif (function_exists('wp_head')) {
|
92 |
add_action( 'wp_head', 'mailmunch_load_asset_code' );
|
93 |
}
|
|
|
|
|
|
|
94 |
}
|
95 |
|
96 |
function mailmunch_add_post_containers($content) {
|
3 |
Plugin Name: MailMunch - Increase your Email Subscribers by over 500%
|
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.4.4
|
7 |
Author: MailMunch
|
8 |
Author URI: http://www.mailmunch.co
|
9 |
License: GPL2
|
14 |
require_once( plugin_dir_path( __FILE__ ) . 'inc/sidebar_widget.php' );
|
15 |
|
16 |
define( 'MAILMUNCH_SLUG', "mailmunch");
|
17 |
+
define( 'MAILMUNCH_VER', "1.4.4");
|
18 |
define( 'MAILMUNCH_URL', "www.mailmunch.co");
|
19 |
|
20 |
// Create unique WordPress instance ID
|
74 |
if (is_author()) { echo "_mmunch['author'] = true;"; }
|
75 |
if (is_tag()) { echo "_mmunch['tag'] = true;"; }
|
76 |
if (is_attachment()) { echo "_mmunch['attachment'] = true;"; }
|
|
|
|
|
77 |
echo "</script>";
|
78 |
+
echo('<script data-cfasync="false" src="//s3.amazonaws.com/mailmunch/static/site.js" id="mailmunch-script" data-mailmunch-site-id="'.$mailmunch_data["site_id"].'" async></script>');
|
79 |
}
|
80 |
|
81 |
add_action('init', 'mailmunch_assets');
|
84 |
$mailmunch_data = unserialize(get_option("mailmunch_data"));
|
85 |
if (count($mailmunch_data) == 0) return;
|
86 |
|
87 |
+
if (function_exists('wp_head')) {
|
|
|
|
|
|
|
88 |
add_action( 'wp_head', 'mailmunch_load_asset_code' );
|
89 |
}
|
90 |
+
elseif (function_exists('wp_footer')) {
|
91 |
+
add_action( 'wp_footer', 'mailmunch_load_asset_code' );
|
92 |
+
}
|
93 |
}
|
94 |
|
95 |
function mailmunch_add_post_containers($content) {
|
readme.txt
CHANGED
@@ -1,44 +1,39 @@
|
|
1 |
-
=== MailMunch -
|
2 |
Contributors: mailmunch
|
3 |
-
Tags:
|
4 |
Requires at least: 3.0.1
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
The free
|
11 |
|
12 |
== Description ==
|
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
|
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,
|
17 |
|
18 |
[vimeo http://vimeo.com/117103275]
|
19 |
|
20 |
= Features =
|
21 |
|
22 |
-
*
|
23 |
-
*
|
24 |
-
*
|
25 |
-
*
|
26 |
-
*
|
27 |
-
*
|
28 |
-
*
|
29 |
-
* Customizable email subscribe box wording and colors
|
30 |
-
* Full HTML control of popover content
|
31 |
-
* Simply export email subscribers in a .csv file
|
32 |
-
* Quickly grow your email newsletter list
|
33 |
-
* View email subscription analytics and statistics for all time
|
34 |
|
35 |
= Beautiful Optin Form Designs =
|
36 |
|
37 |
-
MailMunch Designer let's you choose from professionally designed high-converting
|
38 |
|
39 |
= Connect With Major Email Providers =
|
40 |
|
41 |
-
Easily connect with all major email marketing providers including
|
42 |
|
43 |
= A/B Testing =
|
44 |
|
@@ -56,6 +51,18 @@ You can have the optin forms appear immediately when a visitor opens your site,
|
|
56 |
|
57 |
Easily find out which pages, posts or optin forms are bringing in the most conversions. This will help influence your future decisions about content on your website and improve your lead generation strategy.
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
== Installation ==
|
60 |
|
61 |
1. Upload folder mailmunch.zip to the '/wp-content/plugins/' directory
|
@@ -83,11 +90,11 @@ No, It is super simple and easy to use for anyone. Our form designer lets you cr
|
|
83 |
|
84 |
= Do you provide instant connections to any email providers? =
|
85 |
|
86 |
-
Yes, we provide instant integration with Mailchimp,
|
87 |
|
88 |
= How can I integrate with a email marketing software? =
|
89 |
|
90 |
-
Once you go to create your email subscribe form, you will see the integration step where you can integrate with MailChimp,
|
91 |
|
92 |
= How does the exit popup work? =
|
93 |
|
@@ -100,7 +107,7 @@ Our MailChimp email newsletter list builder helps Wordpress users build their au
|
|
100 |
Email newsletter integration options
|
101 |
|
102 |
* MailChimp newsletter integration
|
103 |
-
*
|
104 |
* Constant Contact newsletter integration
|
105 |
* Campaign Monitor newsletter integration
|
106 |
* GetResponse newsletter integration
|
@@ -112,14 +119,30 @@ Why people use MailChimp
|
|
112 |
* MailChimp easily sends newsletters
|
113 |
* MailChimp handles lists of all sizes
|
114 |
* MailChimp can send automated drip campaigns (scheduled emails)
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
*
|
122 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
== Screenshots ==
|
125 |
|
1 |
+
=== MailMunch - Grow your Email Subscribers ===
|
2 |
Contributors: mailmunch
|
3 |
+
Tags: signup form, newsletter, newsletters, subscribe, popup, exit popup, exit intent, subscribers, subscription, popover, lightbox, analytics, collect email, optin, optin form, optin forms, double optin, list builder, email form, lead, leads, mailchimp, mailchimp form, mailchimp newsletter, mailchimp plugin, mailchimp signup, mailchimp signup forms, mailchimp signup form, mailchimp widget, mailchimp subscribe, constant contact, contact contact form, constant contact newsletter, constant contact plugin, constant contact signup, constant contact signup forms, constant contact signup form, constant contact widget, constant contact subscribe, aweber, aweber form, aweber forms, aweber signup form, aweber plugin
|
4 |
Requires at least: 3.0.1
|
5 |
+
Tested up to: 4.2
|
6 |
+
Stable tag: 1.4.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
The best free plugin to get more email subscribers. Beautiful opt-in forms that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.
|
11 |
|
12 |
== Description ==
|
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 so you can email them later?
|
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, Constant Contact, AWeber, GetResponse, Campaign Monitor, InfusionSoft and others.
|
17 |
|
18 |
[vimeo http://vimeo.com/117103275]
|
19 |
|
20 |
= Features =
|
21 |
|
22 |
+
* Opt-in Form Types: Popup, Embedded, Top Bar, Scroll Box, and Sidebar
|
23 |
+
* Integrations: MailChimp, Constant Contact, AWeber, Campaign Monitor, GetResponse, InfusionSoft or any other email marketing service
|
24 |
+
* Themes: Beautiful and fully customizable themes to make your email optin popup look amazing
|
25 |
+
* A/B Testing: Find which opt-in form gets more email subscribers
|
26 |
+
* Targeting: Display rules will help you display optin forms only on specific pages, categories or posts
|
27 |
+
* Exit-Intent: Choose whether to display the popover when a user enters your page, or when they're about to exit.
|
28 |
+
* Analytics: View email subscription analytics and statistics for all time
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
= Beautiful Optin Form Designs =
|
31 |
|
32 |
+
MailMunch Designer let's you choose from professionally designed high-converting themes for Popups, Embed Forms, Top Bars, or other types. Each design has been maximized for high conversion rates. You can further customize the optin forms to match with your website or blog.
|
33 |
|
34 |
= Connect With Major Email Providers =
|
35 |
|
36 |
+
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.
|
37 |
|
38 |
= A/B Testing =
|
39 |
|
51 |
|
52 |
Easily find out which pages, posts or optin forms are bringing in the most conversions. This will help influence your future decisions about content on your website and improve your lead generation strategy.
|
53 |
|
54 |
+
= MailChimp Integration =
|
55 |
+
|
56 |
+
> MailChimp integration allows you to painlessly add MailChimp sign up forms to your WordPress site. The MailChimp forms capture leads and sends it to specific MailChimp lists automatically. You can set it to single opt-in, or double opt-in. You can add MailChimp forms to posts, pages or sidebar, and also open it as a popup or top bar. Simply sign up and connect your MailChimp account into the plugin admin settings and it will pull in all your MailChimp lists. From there you can choose the lists you want to make forms for.
|
57 |
+
|
58 |
+
Our improved signup plugin for MailChimp will proactively sign-up new subscribers to your MailChimp newsletter list. Our forms offer the same basic features that MailChimp's official plugin, but also much more. In addition to the form, analytics will help you track the number of form views and subscriptions.
|
59 |
+
|
60 |
+
= Constant Contact Integration =
|
61 |
+
|
62 |
+
> Constant Contact integration allows you to painlessly add Constant Contact sign up forms to your WordPress site. The Constant Contact forms capture leads and sends it to specific Constant Contact lists automatically. You can set it to single opt-in, or double opt-in. You can add Constant Contact forms to posts, pages or sidebar, and also open it as a popup or top bar. Simply sign up and connect your Constant Contact account into the plugin admin settings and it will pull in all your Constant Contact lists. From there you can choose the lists you want to make forms for.
|
63 |
+
|
64 |
+
Our improved signup plugin for Constant Contact will proactively sign-up new subscribers to your newsletter list. Our forms offer the same basic features that Constant Contact's official plugin, but also much more. In addition to the Constant Contact form, analytics will help you track the number of form views and subscriptions.
|
65 |
+
|
66 |
== Installation ==
|
67 |
|
68 |
1. Upload folder mailmunch.zip to the '/wp-content/plugins/' directory
|
90 |
|
91 |
= Do you provide instant connections to any email providers? =
|
92 |
|
93 |
+
Yes, we provide instant integration with Mailchimp, Constant Contact, AWeber, Campaign Monitor, GetResponse and other email marketing apps. When a user subscribes, their email is automatically subscribed to your MailChimp, Constant Contact, AWeber, or other newsletter list. Alternately, you can simply download a CSV list of your newsletter subscribers.
|
94 |
|
95 |
= How can I integrate with a email marketing software? =
|
96 |
|
97 |
+
Once you go to create your email subscribe form, you will see the integration step where you can integrate with MailChimp, Constant Contact, AWeber and others.
|
98 |
|
99 |
= How does the exit popup work? =
|
100 |
|
107 |
Email newsletter integration options
|
108 |
|
109 |
* MailChimp newsletter integration
|
110 |
+
* AWeber newsletter integration
|
111 |
* Constant Contact newsletter integration
|
112 |
* Campaign Monitor newsletter integration
|
113 |
* GetResponse newsletter integration
|
119 |
* MailChimp easily sends newsletters
|
120 |
* MailChimp handles lists of all sizes
|
121 |
* MailChimp can send automated drip campaigns (scheduled emails)
|
122 |
+
* MailChimp has better list management
|
123 |
+
* MailChimp has great error messaging
|
124 |
+
* MailChimp has interest groups/segments
|
125 |
+
|
126 |
+
Why people use Constant Contact
|
127 |
+
|
128 |
+
* Constant Contact has free plans
|
129 |
+
* Constant Contact automatically integrates with our plugin
|
130 |
+
* Constant Contact easily sends newsletters
|
131 |
+
* Constant Contact handles lists of all sizes
|
132 |
+
* Constant Contact can send automated drip campaigns (scheduled emails)
|
133 |
+
* Constant Contact has better list management
|
134 |
+
* Constant Contact has great error messaging
|
135 |
+
* Constant Contact has interest groups/segments
|
136 |
+
* Constant Contact is a big company
|
137 |
+
* Constant Contact is reliable
|
138 |
+
|
139 |
+
Why people use AWeber
|
140 |
+
|
141 |
+
* AWeber has a $1 first month
|
142 |
+
* AWeber automatically integrates with our plugin
|
143 |
+
* AWeber easily sends your newsletters
|
144 |
+
* AWeber scales to handle large or small lists
|
145 |
+
* AWeber can also send automated drip campaigns
|
146 |
|
147 |
== Screenshots ==
|
148 |
|