=== Mailchimp Signup Modal === Contributors: jpsandlin Author URI: http://dydx.github.io Plugin URL: http://github.com/dydx/mailchimp-signup-modal Tags: email, signup, popup, mailchimp Requires at least: 3.5 Tested up to: 4.1.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Add your Mailchimp email signup form code in the settings page to easily embed your mailing list signup box. == Installation == The easiest way to install is through the WordPress control panel. On the plugins page, search for *Mailchimp Signup Modal* and click Install. Once installed, Activate the plugin. You can also download the plugin and then follow these steps: 1. Upload the whole `mailchimp-signup-modal` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Log into Mailchimp to build your mailing list signup form and get the code to embed it 4. Place that code in the *Mailchimp Signup Modal* settings page, and submit Once you have activated, you will see a message bar confirming that it has been installed == Screenshots == 1. *Mailchimp Signup Modal Admin Setting* == Changelog == = 1.0 = * First version! == Future Editions == Not sure how I feel about embedding raw HTML/Javascript, might look at redesigning the interface to accept the three variables that are hard-coded into the generated code, and dynamically build the embedded code that way. Less risk for something incorrect to happen.