• Resolved yurigor

    (@yurigor)


    Hi there!
    I want to implement new feature:
    to be able to mail some link as a reward for subscription.

    Something like “Subscribe and get this e-book for free” you know

    I need to make this changes
    1. shortcode should accept this reward link as a parameter
    2. if user is subscribed already – he will get his prize anyway (not ‘already registered’ error)

    So what is a best way to do it? i don’t want to just copy and modify your plugin and loose all the next updates.

    Is it possible to implement smth like plugin for plugin, or kind of standalone patch?

    Or may be i will be able to commit my changes to your repository (after review of course)?

    I am pretty experienced php developer, but i has no experience of developing for WP and i am new to it’s community, so any advices will be highly appreciated, ty.

    https://wordpress.org/plugins/email-subscribers/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author storeapps

    (@storeapps)

    @yurigor,

    You would need to use one of our other plugin Rainmaker and a free mailing service Klawoo.

    Follow this steps to achieve your functionality :
    1. Signup with Klawoo and create a new subscriber list.
    2. Create a autoresponder for this list (to send a mail for free e-book) which will be send a mail immediately after user subscribes.
    3. Now, copy subscribe form of that list and got to Rainmaker.
    3. Create or edit any existing form of Rainmaker.
    4. Put the same copied subscribe form of Klawoo in Rainmaker’s custom form tab (How to Create a Form in Rainmaker).
    5. Additionally, in Rainmaker form, select form action to send subscribers data in Email Subscribers (Double your List with Email Subscribers & Rainmaker).
    6. Publish Rainmaker’s form and embed form shortcode wherever you want to show the form (How to add Rainmaker form on your website).
    7. That’s it! One time configuration and your subscriber will receive auto email for e-book after subscribing.

    Any questions related this or any help to set this up, contact us from here : http://www.storeapps.org/support/contact-us/

    Thread Starter yurigor

    (@yurigor)

    And what about people, who are subscribed already?
    Their attempts to subscribe twice will be rejected, so they will not receive the mail with e-book?

    Plugin Author storeapps

    (@storeapps)

    @yurigor,

    Logically, if a subscriber is already subscribed in the list, then the autoresponder condition (send mail immediately if user subscribes) will not get satisfied for existing subscribers.
    So, as an alternative, you can send an campaign (manual email) to existing subscribers for the e-book.

    Thread Starter yurigor

    (@yurigor)

    We want to offer this “e-book for susbcribe” deal in the middle of the blog post, as additional related info,
    so regular readers, who are subscribed already, will be disappointed they cannot get this piece of info right now, while they read this post.

    Finally I implemented this feature as a little standalone plugin, on client side only,
    by replacing your form submit ajax handler by my own, so i just show previously hidden bonus area with download links, when subscription form was successfully submitted (we use single opt-in strategy), and then i call original handler to do rest of ES job.

    May be later i will publish this plugin.

    Plugin Author storeapps

    (@storeapps)

    @yurigor,

    Okay. Thanks for update!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘I want to implement new feature’ is closed to new replies.