Need help setting up Content Locker on Wordpress website

Joined
Nov 5, 2011
Messages
326
Reaction score
772
I need to create a content locker on my website, the trick is, I wan't the locker to appear as soon as an Image is clicked. Can anyone help me do this? Via skype would be better. PM me if your willing to help

thanks!
 
Try this code
Insert the following code on your page, directly above the </body> tag:
<a href="#"
onClick="javascript:initGateway();
return false;">Your Call action (click here)</a>
 
Back
Top