You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags: mailchimp,form,shortcode,widget,checkbox,comment,newsletter,buddypress,multisite,bbpress,woocommerce,easy digital downloads,contact form,contact form 7
@@ -14,20 +14,20 @@ The best MailChimp plugin to get more email subscribers. Easily add sign-up form
14
14
15
15
= MailChimp for WordPress =
16
16
17
-
*Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it is.*
17
+
*Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it finally is.*
18
18
19
19
MailChimp for WordPress lets you create a highly customizable sign-up form which you can display wherever you want it to display using a simple shortcode, widget or template function. You can also add sign-up checkboxes to various forms on your site, like your comment or contact forms.
20
20
21
21
= Sign-Up Forms =
22
-
Easily create sign-up forms for your MailChimp list and display it using a simple shortcode, widget or template function.
22
+
Easily create sign-up forms for your MailChimp list and display it using a simple shortcode, a widget or PHP function.
23
23
24
24
= Sign-Up Checkboxes =
25
25
Add sign-up checkboxes to *any* form on your website. The plugin offers built-in integration with comment forms, registration forms, Contact Form 7, BuddyPress, bbPress and WordPress MultiSite.
26
26
27
27
**MailChimp for WordPress, at a glance..**
28
28
29
29
- Simple. All you need is your MailChimp API key.
30
-
- Customizable. Have the form fields generated for you or use your own mark-up.
30
+
- Customizable. Have the form fields generated for you or use your own customized HTML.
31
31
- Beautiful. Choose one of the default form themes or use your own styles.
32
32
- Developer friendly.
33
33
@@ -38,20 +38,24 @@ Add sign-up checkboxes to *any* form on your website. The plugin offers built-in
38
38
> The Pro version of the plugin comes with the following features:
39
39
>
40
40
> - Multiple forms, each form can subscribe to one or multiple MailChimp lists
41
-
> - AJAX forms, forms do not need to reload the page
41
+
> - AJAX forms, submitting forms does not require a page reload
- German (de_DE) - [Jochen Gererstorfer](http://slotnerd.de/)
58
+
- Italian (it_IT) - [Gianpaolo](http://www.casalegnovernici.it/)
55
59
56
60
If you have created your own language pack (or have an update of an existing one) you can send in your .PO and .MO files so we can bundle it into MailChimp for WordPress. You can [download the latest POT file](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/mailchimp-for-wp.po), and [PO files in each language](http://plugins.svn.wordpress.org/mailchimp-for-wp/trunk/languages/).
57
61
@@ -78,7 +82,7 @@ If you have created your own language pack (or have an update of an existing one
78
82
= Configuring Sign-Up Form(s) =
79
83
1. Go to *MailChimp for WP > Forms*
80
84
1. Select at least one list to subscribe visitors to.
81
-
1. *(Optional)* Add more fields or dynamic content to your form using the **add field** tool.
85
+
1. *(Optional)* Add more fields or dynamic content to your form using the **add MailChimp field** tool.
82
86
1. Show the form in pages or posts by using the `[mc4wp_form]` shortcode.
83
87
1. Show the form in your widget areas using the plugin widget.
84
88
1. Show the form from your template files by calling `mc4wp_form()`
@@ -92,7 +96,7 @@ If you like the plugin, [get the Pro version of MailChimp for WordPress](https:/
92
96
93
97
> **Is there a premium version of this plugin?**
94
98
>
95
-
> Yes, you'll love it. Some Pro only features are:
99
+
> Yes, there is and I'm sure you'll love it. Some (but not all) Pro-only features are:
96
100
>
97
101
> - Unlimited amount of forms. Each form can subscribe to one or multiple MailChimp lists.
98
102
> - Easy CSS Builder and custom color themes.
@@ -223,16 +227,22 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
223
227
**Fixes**
224
228
225
229
- `mc4wp_get_current_url()` now takes ports and the WP site url option into account
230
+
- Quicktags buttons were not showing because script was not loaded, now it is.
226
231
227
232
**Improvements**
228
233
234
+
- Improved CSS reset for the sign-up checkbox
229
235
- Added deprecated warning to some functions
236
+
- Updated Dutch translations
237
+
- Updated English translations
230
238
231
239
**Additions**
232
240
233
241
- Added `mc4wp_form_error_{ERROR_CODE}` action hook to allow hooking into all form errors.
234
242
- Added `{response}` tag to allow setting a custom response position
235
243
- Added various filters to customize form HTML
244
+
- Added German language, thanks to [Jochen Gererstorfer](http://slotnerd.de/)
245
+
- Added Italian language, thanks to [Gianpaolo](http://www.casalegnovernici.it/)
0 commit comments