Delayed Page Content Javascript Code Revealed . . .
Been to any of the big “Internet Marketing” launch sales pages — you know, the ones with a sales video at the top (very possibly being the ONLY thing on the page) — lately?
If so, you’ve probably noticed how they like to “hold you hostage”, making you sit through most of their presentation before they give you the link to purchase the product.
I hate those things.
I usually know already if I’m going to purchase the product or not, and I don’t have time to watch these guys wax eloquent about their newfangled toy. Grrrr!
Usually I just look in their source code to find the hidden “Add to Cart” link. If they’re onto that kind of thing and use some kind of black-ops encryption, I often leave the page. The product will be back in some form sooner or later, right?
BUT . . .
I’m a techie and not like most people — apparently most will wait for the darn thing to show itself. (In truth, I suspect they probably leave the room for 30 minutes to watch some syndicated rerun…)
AND . . .
I recently received an email from Brad Fallon, where he says some testing by Perry Belcher (Google “The Belcher button” if you’re not familiar with him) shows that the sell-through rate of one of these video sales pages is 157% BETTER when they hide the order button until some point in the presentation where the call to action is made.
That makes sense I guess . . . it means people have to listen to all the “benefits” of the product before they see the price. If they saw the price ahead of time, many would just leave, figuring there’s no way the price could be justified (after all, we’re usually talking about price points of $997 or $1997).
So even though I hate it when I encounter these things myself, I may have to concede they’re a good idea — like popups a few years ago, no doubt. But they should test the stick rate when they reveal how long the presentation is vs. when they don’t. I like to at least know how many minutes I can spend doing something else while they yammer on and on . . .
ANYWAY, I had a client a few days ago that wanted to hide his order button until some point in his video presentation, BUT he wanted to set a cookie so that if people came back to the page later, they could see the order button right away and not have to sit through the presentation again.
So I whipped up some simple Javascript code to do just that, and I’m giving it to you right now. You can download the sample page here:
http://www.paulgalloway.com/utilities/hidden_order_link.html
If you view that page, you’ll see this line become visible after 2 minutes:
* * * Paste All Your Time-Delayed Content Here * * *
If you load the page, leave, and come back, you’ll see it immediately.
To see how it works, just view the source code.
You can take this page and edit it however you want — just leave the javascript code intact (there’s some at the top and some at the bottom) and be sure to put your “delayed” content inside the “hiddencontent” div tags, where the above line is now.
Let me know what you think!
Best,
Paul
Share This
July 30th, 2010 at 10:38 pm
Cool!!!
And thanks.
Could you please clarify this… Near the end of the page you have this comment: “//this function is in afftrk.js” What does this mean? Do I need a (presumably javascript) file called afftrk.js?
Thanks,
Tom
July 30th, 2010 at 11:04 pm
I originally used the cookie writing code from one of my other scripts, that’s why the comment was there. But it doesn’t apply here (I’ve removed it since you brought it to my attention).
Best,
Paul
July 31st, 2010 at 5:02 am
Hi Paul
When I go To Site this is all I see.
This is content that will always be displayed . . .
The hidden content is here:
====================
* * * Paste All Your Time-Delayed Content Here * * *
====================
And this content will always be displayed . . .
July 31st, 2010 at 5:23 am
Paul,
Thanks for the code. It works with IE and Firefox but I do not think it works with Chrome. I use Chrome as default browser and the line was already there when I loaded the page. However it did exactly as you said in IE and Firefox.
Best,
Peter
July 31st, 2010 at 8:04 am
Paul,
As usual, you rock! I had to be sneaky and “borrow” the code off of Keith Wellman’s site when I needed it for one of my video sales letters. Now I have a legal version!
Thanks for being the good guy in an increasingly murky business!
Micheal
July 31st, 2010 at 9:59 am
Paul,
Very nice. I tested it on Chrome and it worked there, too, for me!
Thanks. I can think of several places I might use this.
Rich
July 31st, 2010 at 10:00 am
Yeah, this hasn’t been tested with Chrome or Opera . . . Chrome must handle the “display” attribute differently . . . I’ll look into this and let you know what I find.
July 31st, 2010 at 10:01 am
What browser are you using?
July 31st, 2010 at 5:16 pm
Hi Paul
I don’t know what the stats are but I find some of these Videos are so bulked out that I just go, it doesn’t work for me
Thanks for the script, I’ll have a look at it when I’ve got a moment
Thanks Tony