Simple way to get visitors email address as email subscriber. use via shortcode to any page with six different themes for subscriber box.
Plugin Features
- Use via shortcode.
- Unlimited subscribe popup box via shortcode.
- Six different theme for popup box.
- paginate subscriber list.
- Ajax subscriber form.
- Validate email address.
- Delete unwanted email address from list.
- Delay time to display popup box.
- Test mode or display popup for every refresh.
- Install as regular WordPress plugin.
- Go your Plugins setting via WordPress Dashboard and activate it.
- After successfully activate you will see a menu ES Campaign
Generate a shortcode first.
To display email subscriber popup box on your website you need to generate a shortcode first.
First click "Create ES Campaign"\
you will see options for shortcode generator. publish the post(Email Subscriber Options) when settings done.
and copy the shortcode from "Shortcode" box and use this to page or post content.
shortcode sample:
[kento_email_subscriber_campaign id=1488]
<?php echo do_shortcode("[kento_email_subscriber_campaign id=1488]"); ?>
if you want to display on every page simply paste php code on your theme header.php file.