Page 1 of 1

Using WPsubs as 2 step opt-in

Posted: Wed Jan 28, 2015 2:42 pm
by nigelfaraday67
Hi, is there any way to use wpsubs for a 2 step opt-in process, like optinlinks.com?

Or, to reproduce manually, any way to tie the popup box to the click of a link?

Or any plans to add this feature to wpsubs?

Thanks

Posted: Wed Jan 28, 2015 4:36 pm
by Jean-Christophe Bisoux
Hi,
what's exactly the "2 step opt-in process, like optinlinks.com" ?
If it's the double optin, it's directly on you mailing system like aweber, mailchimp, ...

To open a popup with a link, you can use this : http://www.wpsubscribers.com/tutorials/ ... -link.html
you can see here the result : http://www.wpsubscribers.com/test/?page_id=4

Regards,
JC

Posted: Thu Jan 29, 2015 12:09 pm
by nigelfaraday67
Thanks! This is exactly what I meant, I'm setting it up now :)

Posted: Thu Jan 29, 2015 12:17 pm
by nigelfaraday67
What should my Configure Display Locations settings be, if I want to ensure the popup doesn't appear normally, but does appear on that particular page when the link is clicked? I've enabled that one page, and set the times the pop will show to very large value, is this right?

Posted: Thu Jan 29, 2015 12:48 pm
by Jean-Christophe Bisoux
You configure the display location normally, it's the code

Code: Select all

var notview=1;
that's say the popup don't display.
And you can to be sure set the number of time with a very large value

Posted: Fri Feb 06, 2015 6:29 pm
by nigelfaraday67
Thanks, I have this working now :)

Is it possible to assign more than one pop up to this process? e.g. I want to set up multiple opt-ins, where each opt-in is specific to the page or post. This would mean multiple popups, and opening the correct one, once this link is clicked. Is it possible to set up multiple links in this way, where each link as above clicks through to a different, specific pop-up?

Posted: Fri Feb 06, 2015 7:52 pm
by Jean-Christophe Bisoux
Hi,
It's one popup per page, but you can have different page with different popup for each page, just define with popup you would like for the page or post

Regards,
JC