Emma Email Signup is a plugin to add an email signup form for your Emma account in your WordPress site.
wp-content/plugins/ directory.If your theme supports widgets, Go to the "Widgets" page under "Appearance". Drag the "Emma Email Signup" widget to the column desired.
paste the following code where you want it to appear in your templates:
<?php if( function_exists('display_emma_signup') ) {
display_emma_signup();
} ?>
Use the shorcode by inserting the text [emma_email_signup] into the content of your page