Home > General > Affiliate Marketing Forum

Video sales page (9)


02-11-2014 05:19 AM #1 bravenewworld (Member)
Video sales page

Hey guys,

How can I automatically send the user to the order form on the next page once the user finishes the video on my lp?


02-11-2014 04:15 PM #2 caurmen (Administrator)

Depends - where are you hosting the video? Different hosts have different Javascript behaviours. Here's a discussion of doing it on YouTube: https://productforums.google.com/for...be/UwT-KbqcFzM

In general, you'll need to have some Javascript watching for the video end event.


02-11-2014 07:41 PM #3 bravenewworld (Member)

Yeah, the video will be embedded from Youtube. Is there a way to make it a certain time to automatically go to the next page? That could work also.


02-11-2014 07:44 PM #4 craigm (Veteran Member)

if you're using a video that the user can't skip through you could use:

<?php header("Refresh: x; URL=y"); ?>

<meta http-equiv="refresh" content="x; url=y">

where x is the length of the video


02-11-2014 07:53 PM #5 bravenewworld (Member)

For the length, should that be in minutes, seconds, or milliseconds?

would I change x for the content also?


02-11-2014 07:59 PM #6 craigm (Veteran Member)

content is how many seconds, so stick <meta http-equiv="refresh" content="300; url=http://salespage.com"> in <head></head> if it was 5 minutes


02-11-2014 08:00 PM #7 craigm (Veteran Member)

by the way it's one or the other for the above options


02-11-2014 08:06 PM #8 bravenewworld (Member)

Works perfectly. Thanks man


02-12-2014 06:18 PM #9 caurmen (Administrator)

Yeah, that's a much simpler and more robust approach. Nice one.


Home > General > Affiliate Marketing Forum