How much would this cost???

4 replies
Before posting this job I wanted to get a good ballpark figure from the forum.

I want new visitors that land on my site to go to a squeeze page and those who've visited before and opted-in to go to the site.

How would one accomplish this?

What's a fair price to pay?

I use both Wordpress and straight HTML sites. How much of a difference, if any, would there be in the programming?

Would the programming be site specific or would it be something I could duplicate the code and apply to other sites?

Thanks for your help,

Kevin
#cost
  • Profile picture of the author stma
    Maybe 20 bucks. Simple stuff -- your hardest part is going to get the person to understand because of language/marketing knowledge.

    You can probably google enough php code to:.

    1.) Check for cookie on squeeze page.
    2.) If it exists redirect to xyz page.
    3.) Set cookie on opt in thank you page.

    Cookies and redirects are simple. Wordpress puts another layer on things and you are going to have to put your code in the header. Probably a plug in out there so you can just do that on a single page.
    {{ DiscussionBoard.errors[3295911].message }}
  • Profile picture of the author webpro4hire
    Originally Posted by Kevin AKA Hubcap View Post

    I want new visitors that land on my site to go to a squeeze page and those who've visited before and opted-in to go to the site.
    Do you mean that ALL visitors should go to the squeeze page and from there redirect to the proper section (after checking if they opted-in already)

    - OR -

    do you want to differentiate between those already on your list and those who aren't

    two different situations, the former is fairly trivial to do but the later requires quite a bit more programming to figure out if a visitor has been to your page *and* is on your list.

    WebPro
    {{ DiscussionBoard.errors[3296663].message }}
  • Profile picture of the author lisaroy1
    I wonder is it possible in html but you can do this in ASP.NET and JSP Servlet.
    {{ DiscussionBoard.errors[3297766].message }}
  • Profile picture of the author JohnyData
    Hey Kevin, I have an article on one of my sites which takes you step by step on setting something up like this. Let me know if you're interested in the link. Thanks.
    {{ DiscussionBoard.errors[3300605].message }}

Trending Topics