• Resolved feaguilarvera

    (@feaguilarvera)


    Hi Bob, nice to meet you.

    Of all the plugins I’ve tried, this was undoubtedly the best yet. You’ve done an incredible job.

    How I can do to redirect to the blog on my site? That is, once the visitor up to my “Coming Soon” page, he subscribes and then immediately redirected to the blog.

    Is this possible?

    In advance, thank you very much for your help and time. I appreciate your work.

    – Fernando

    https://wordpress.org/plugins/easy-pie-coming-soon/

Viewing 1 replies (of 1 total)
  • Plugin Author Bob Riley

    (@bobriley)

    Hi Fernando, it can be done but it is a not great solution. It requires that your blog be on a single URL or a small number of URLs that are not your root (so your blog would have to be something like http://www.mydomain.com/blog.

    Basically you would need to do two things:
    1) Add the relative blog URL to the unfiltered URL section of the settings (e.g. /blog)
    2) In the analytics script section of the plugin add
    <script>
    if(thankYouDisplayed) {
    document.location.href= {http://www.mydomain.com/blog}
    }
    </script>

    The only issue is that your blog has to be neatly contained in that one URL and technically you’d want to display the full posts in the single blog post. If it goes to different pages you’d have to add those relative URLs also and if you would also need to add URLs of any blog posts in the event they clicked on the post heading.

    Bob

Viewing 1 replies (of 1 total)
  • The topic ‘Redirect to blog after subscription’ is closed to new replies.