Mad Mimi, Meet WordPress
Mad Mimi email marketing has the simplest, most elegant email designer I have ever seen. It’s so easy, you’ll freak — I know I did….So I created the Mad Mimi plugin for WordPress. The plugin makes it simple to add a signup list to your content or sidebar using a sidebar widget or the integrated [madmimi] shortcode. Read more&hellip

Ever wonder if your widget or plugin is activated on an external site?
Here’s how to find out.
When you register a sidebar widget, you use code like this:
register_sidebar_widget(array('Name of Widget', 'class-of-widget'), 'widget_function');
If you want to check whether the widget is activated (you may want to for a variety of reasons), you can do it like this (the “class-of-widget” value from above will be used in the code below): Read more&hellip