CPALead Content Locker On Click

SevenMathew

Newbie
Joined
May 3, 2014
Messages
28
Reaction score
3
Hi everyone,

I am using CPALead, What I need is that the content locker should appear after the user clicks something. I am unable to see something like that in the CPALead dashboard. Can someone help?
 
This need a own javascript code, you need to hire a coder or something

It's pretty simple:
Code:
IN YOUR HEADER:
<script type="text/javascript" src="http://www.cpalead.com/show_cu.js?pub=YOURPUBLISHERIDHERE"></script>

IN YOUR A HREF TAG:
onclick="startGateway('YOURGATEWAYGOESHERE');"
 
For on page load i use Content Locker
For on click i use Download Widget (even if i don't give a download)

They are very similar looking.
 
Back
Top