Integrate Mad Mimi with your WordPress website: includes signup form widgets and automatically adding registered users to lists.
If your web host does not support PHP5 and/or curl, please contact your host and see if they can upgrade your PHP version and activate curl; generally this can be done, and at no cost.
Mad Mimi is the easiest email marketing tool out there. It's built from the ground up to be simple and usable.
Yes, this plugin requires a Mad Mimi account.
If you want to change some code in the widget, you can use the WordPress add_filter() function to achieve this.
You can add code to your theme's functions.php file that will modify the widget output. Here's an example:
function my_example_function($widget) {
// The $widget variable is the output of the widget
// This will replace 'this word' with 'that word' in the widget output.
$widget = str_replace('this word', 'that word', $widget);
// Make sure to return the $widget variable, or it won't work!
return $widget;
}
add_filter('mad_mimi_signup_form', 'my_example_function');
You can also modify the error message by hooking into mad_mimi_signup_form_error in a similar manner.
Requires: 2.8 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-13
Downloads: 11,383
Got something to say? Need help?