Multiple Email Opt-In Pop-Ups

2 replies
Hello Warriors!

Was wondering if anyone knew how I might be able to create a DIFFERENT email opt-in pop-up per page?

Say you're promoting an authority site that covers both the topics of apples and oranges, but you want an email pop-up for your apple newsletter to appear when a reader is reading an articles about apples.

And the same for the oranges.

Is there any way to get multiple pop-ups like this, preferably by any free methods such as a plugin or through certain code?

Thank you all for your time!

- Bre
#email #multiple #optin #popups
  • Profile picture of the author rseigel
    If you're using WordPress, MailMunch has a plugin that works with their free account. You can specify which pages a specific popup appears on.
    Signature

    Cheers,

    Ron

    {{ DiscussionBoard.errors[9814350].message }}
  • Profile picture of the author JohnMcCabe
    You don't need a plugin. A simple if-then statement in your page template should do the trick.

    I assume you have the apple and orange content identified with a tag, category, or something.

    In the code for the pop-up, you add a conditional

    if [identifier = apple] then [popup = whatever-apple]

    elseif [identifier = orange] then [popup = whatever-orange]

    else [popup = generic option]
    Now that's not proper code format, but you should get the idea. If you can't do the coding yourself, it's a very simple job. You could even post a request in the proper subforum here or on the Wordpress.org support forum and get it for free.
    {{ DiscussionBoard.errors[9815942].message }}

Trending Topics