Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 07-14-2011, 08:51 PM   #1
Mike-Nagle.com
War Room Member
 
mikeyman120's Avatar
 
Join Date: Jan 2008
Location: NY, USA
Posts: 1,044
Thanks: 189
Thanked 181 Times in 110 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Content Locking Question - Who Can Answer This!

Hello Warriors,
I have a question about content locking. I am with cpalead and leadbolt and I don't see a way to make the content locker come up when you click a link on the download page. It seems that the only way to get the content locker to work is to put the code on each HTML page.

For example if you put the content locker on your download page then someone can comlete a survey or offer and then get full access to your download page and all the links on it. So I made each link lead to a new html page so I can put the content locker on each page for each link so I can earn more.

So to give you an example if the download page is for a video course and there are 12 videos and 3 bonuses on the download page well then there are actually 27 links. 12 to the videos to view online, 12 to download each video for those who want to download it and view later and the 3 bonuses in this example. This is somewhat of a pain to have to set up new html pages for the download links. I am hoping someone knows of a way or network that has a feature that lets you put the content locking code on your download page once and have it come up when someone clicks each link. Is this possible or do I need to join another network that has this feature and who do you know that has this feature?

I could swear I saw a video somewhere that allows you to do this and I think the feature is called OnClick.

Mike

mikeyman120 is online now   Reply With Quote
Old 07-15-2011, 01:32 AM   #2
HyperActive Warrior
 
Join Date: May 2010
Location: Limington, ME
Posts: 125
Thanks: 3
Thanked 14 Times in 11 Posts
Contact Info
Send a message via Skype™ to jaymoney20
Default Re: Content Locking Question - Who Can Answer This!

Contact your leadbolt IM I'm almost positive there is a way to do just what you want. Alternatively you could use one of their download attachments (or whatever it's called) when the person downloads x and tries to open it a gateway pops up. A archiving program like 7zip helps a lot with this and works well.
Sorry if the above isn't clear.

jaymoney20 is offline   Reply With Quote
Old 07-15-2011, 03:10 AM   #3
Active Warrior
War Room Member
 
Join Date: Mar 2011
Posts: 68
Thanks: 12
Thanked 3 Times in 3 Posts
Default Re: Content Locking Question - Who Can Answer This!

mikeyman120,

What you could is to implement a onclick event in javascript that will trigger the gateway when someone clicks on any of your links. For leadbolt it could look like this:

1: Put the code below between the <head> tag in the page where you want to content unlocker to appear:

<script type="text/javascript">
function StartGateway_leadbolt(aff_id)
{
var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'http://ad.leadbolt.net/show_cu.js?section_id='+id;
head.appendChild(script);
}
</script>

where aff_id is your affiliate id.

2. To trigger the gateway when someone click on a link, can be done this way:

<a href="#" onClick="StartGateway_leadbolt(xxxxxx);">Click here to watch the video</a><br>

You will have to do this for every link you wan to lock.

Hope this can be of help to you and other warriors .

/Jinn

jinn is offline   Reply With Quote
Old 07-15-2011, 12:13 PM   #4
HyperActive Warrior
 
LeadBoltBrian's Avatar
 
Join Date: Mar 2011
Location: Los Angeles, CA
Posts: 143
Thanks: 1
Thanked 20 Times in 18 Posts
Contact Info
Send a message via AIM to LeadBoltBrian Send a message via Yahoo to LeadBoltBrian Send a message via Skype™ to LeadBoltBrian
Default Re: Content Locking Question - Who Can Answer This!

Thanks for supplying the info, Jinn

Mike - if you need further help in getting the unlocker to prompt on-click, please send a note to your AM. You'll also find the setup overview in the FAQ section of your account.


Skype/AIM: LeadBoltBrian
LeadBoltBrian is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..

Tags
answer, content, locking, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 12:33 AM.