Popup with Clickfunnels

by thirdeyeblind82 Banned
3 replies
Hello guys,
I've been using Clickfunnels for around 1 month now and I love the software. The only problem is that it has a lot of bugs and the guys in the team are really slow to fix them!
One of these bugs are pop-ups that I can include in my website. They works bad and have no cookie option to stop the popup from appearing all the times the user refresh.
Now, if I have the iframe code

<iframe src='https://pickupchange.clickfunnels.com/clickpop8192738' width='100%' height='650' frameborder='0'></iframe>

How can I set it on my website to be open in a lightbox effect (semi-transparent background) or opened automatically after some time? Unfortunately I'm not a coder and I don't know where to start!
#clickfunnels #page #popup
Avatar of Unregistered
  • Profile picture of the author emuigai
    You can use javascript for this or php.
    But if you want something simple
    just use php and look into cookies
    if(!cookieExists){
    <iframe src='https://pickupchange.clickfunnels.com/clickpop8192738' width='100%' height='650' frameborder='0'></iframe>
    }
    {{ DiscussionBoard.errors[10416471].message }}
    • Profile picture of the author thirdeyeblind82
      Banned
      Originally Posted by emuigai View Post

      You can use javascript for this or php.
      But if you want something simple
      just use php and look into cookies
      if(!cookieExists){
      <iframe src='https://pickupchange.clickfunnels.com/clickpop8192738' width='100%' height='650' frameborder='0'></iframe>
      }
      Thanks emuigai!
      Do you have any good code in javascript I can use to make this popup appear in a lightbox effect when someone clicks on a link (and after a while someone is on the page)?
      {{ DiscussionBoard.errors[10416474].message }}
  • Profile picture of the author takanomi
    You can do exactly this via optinopoli.com, which you can use for free (paid levels also) - I was looking for this sort of thing, couldn't find what I needed, so built it.
    Signature

    Steve Shaw
    CEO/Founder, optinopoliâ„¢ - Lead Capture Made Easy

    {{ DiscussionBoard.errors[11293311].message }}
Avatar of Unregistered

Trending Topics