Delayed Buy Button for Wordpress

9 replies
  • WEB DESIGN
  • |
Has anyone figured this out?

This is what I am using on my normal html pages...

Right above the '</head>' put the following code:

Code:
<script type="text/javascript">
    function showIt() {
      document.getElementById("hid").style.visibility = "visible";
    }
    setTimeout("showIt()", 4000); // 1000 = 1 sec
    </script>

Then, what ever you are trying to hide for 'x' amount of time (stated in the code above), place between here:

Code:
<div id="hid" style="visibility: hidden">
PLACE ALL CONTENT TO HIDE HERE
</div>

works great!

I wish there were a plugin or something to make this easy for wordpress.

Any help would be appreciated!
#button #buy #delayed #wordpress
  • Profile picture of the author BeachDude
    virtualworkerdotcom could probably rub this out in 15 minutes for under $10.
    {{ DiscussionBoard.errors[3341471].message }}
  • Profile picture of the author WillR
    You can get a Wordpress theme like Optimize Press that will pump out great looking squeeze pages and sales pages and has all these sorts of features already built into it.
    {{ DiscussionBoard.errors[3346308].message }}
    • Profile picture of the author James Sol Radina
      Any updates on this? I too would like to know if there is a plug in or script to use in Wordpress to have a delayed... BUY NOW button.

      Thanks!
      Signature

      I offer Product Launch Blueprints and Product Launch Management Services. I studied under Jeff Walker's Product Launch Manager Coaching Program. I also provide online marketing for Personal Development Guru's in the Self Growth Industry. Looking forward to support you in any way I can. Namaste, James Sol Radina http://www.facebook.com/briantracydirector

      {{ DiscussionBoard.errors[3375045].message }}
  • Profile picture of the author James Sol Radina
    I will look into other resources too. Wonder if I should have someone look at custom coding.
    Signature

    I offer Product Launch Blueprints and Product Launch Management Services. I studied under Jeff Walker's Product Launch Manager Coaching Program. I also provide online marketing for Personal Development Guru's in the Self Growth Industry. Looking forward to support you in any way I can. Namaste, James Sol Radina http://www.facebook.com/briantracydirector

    {{ DiscussionBoard.errors[3375052].message }}
  • Profile picture of the author Istvan Horvath
    Better look into improving your search fu
    http://www.warriorforum.com/main-int...opt-forms.html
    Signature

    {{ DiscussionBoard.errors[3375264].message }}
  • Profile picture of the author sparkman
    Istvan, thanks for the link to the other thread. I've been looking all over for that button.
    {{ DiscussionBoard.errors[3596168].message }}
    • Profile picture of the author randomizer
      I think I found a better solution for your problem:

      wpDelay Box - Delayed Order Button For Wordpress


      You can use it to only reveal the payment button at the appropriate moment, on a page or even a post.

      And...

      It can also be used to reveal any HTML, not just a payment button, so it's an extremely valuable tool to have.

      Just Add A Simple Shortcode To Your Post Or Page And You're Done!

      Even more, you can add the same shortcode to the text widgets, comments, and excerpts...

      Plus, you can use any other shortcode inside the delayed block!

      CHECK IT OUT HERE
      {{ DiscussionBoard.errors[3915594].message }}
      • Profile picture of the author rCaliente
        Paul, does this plugin still work with wp version 3.8?
        Signature

        ~Successful people actually do what unsuccessful people only talk about doing.

        {{ DiscussionBoard.errors[9004440].message }}
  • Profile picture of the author hjunior
    Hi,

    I've been using optimizepress with a delayed content box and I love it... But the problem is, the delayed content box with buy buttom are in the 10th minute of the video. So, if a returning visitor comes back to the site and want to make the purchase he/she needs to wait 10 minutes again to see the buy button and make the purchase. Which is not cool.

    Is there a way to disable delayed content box for returning customers?

    Thanks!
    {{ DiscussionBoard.errors[9176554].message }}

Trending Topics