Please ignore my message… Emails were being sent to my clutter folder, so that’s why i couldnt see them.
Great Plugin. Can I only suggest that you change a couple of static links you added? I use a custom folder for my themes and plugins (not wp-content) so I needed to change:
private $default_loader_graphic = 'mailchimp-widget/images/ajax-loader.gif';
$this->default_loader_graphic = plugins_url( $this->default_loader_graphic );
public function add_scripts () {
wp_enqueue_script('ns-mc-widget', plugins_url( 'mailchimp-widget/js/mailchimp-widget-min.js' ), array('jquery'), false);
}
Apart from that, keep up the good work ??