M
by Katz Web Services, Inc.
4.5 (0 reviews)
Mad Mimi for WordPress
Add Mad Mimi signup form to your WordPress website.
Tested up to WP 3.7 (Current: 6.9.4)
vtrunk
Current Version vtrunk
Updated 12 years ago
Last Update on 26 Oct, 2013
Refreshed 6 hours ago
Last Refreshed on
Rank
#13,823
—
No change
Active Installs
100+
—
No change
KW Avg Position
15
—
No change
Downloads
23.9K
—
Total downloads
Support Resolved
0%
—
No change
Rating
90%
Review 4.5 out of 5
4.5
(0 reviews)
Next Milestone 200
100+
200+
290
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 29,000 more installs to reach 200+
Rank Changes
Current
#13,823
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.5
0 reviews
Overall
90%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- trunk
- Last Updated
- Oct 26, 2013
- Requires WP
- N/A+
- Tested Up To
- 3.7
- PHP Version
- N/A
- Author
- Katz Web Services, Inc.
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.5
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,715
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
MW
MW WP Form
200K+ installs
#266
Crowdsignal Forms
100K+ installs
#286
Newsletters, Email Marketing, SMS and Popups by Omnisend
100K+ installs
#305
Frequently Asked Questions
Common questions about Mad Mimi for WordPress
This plugin is released under a GPL license.
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.