puting leadbolt content locker in the link

3 replies
  • WEB DESIGN
  • |
Hi, i currently use leadbolts content locker on my landing page, but i feel i would get more convertions if people could see the landing page, and i could instead put the content locker in the download link.

but i dont know how to do this..

the html for the download button looks like this

<p style="text-align: center;"> </p>
<img class="alignnone size-full wp-image-10" title="lrg_download_button" src="hxxp://mxxxxxxxxy(DOT)com/wp-content/uploads/2011/12/lrg_download_button2(DOT)png" alt="" width="300" height="84" />

my question is, i have some html i need to pase into the <head> section....

what is the <head> section???

also...

Then in the HTML body section simply add the function ap_start_unlocker() as an onClick event to your anchor tag:

<a onClick="javascript:ap_start_unlocker()">click here</a>

what do i do here??


sorry for the ugly post, hope somebody can solve this for me
#content #leadbolt #link #locker #puting
  • Profile picture of the author choother
    come on guys somone must be able to help?
    {{ DiscussionBoard.errors[5167361].message }}
  • Profile picture of the author cabre101
    Dear its very simple. You just have to insert the onClick="javascript:ap_start_unlocker()" code at the end of the <img > tag as below. Try this and let me know in case of any problem.

    <p style="text-align: center;"> </p>
    <img class="alignnone size-full wp-image-10" title="lrg_download_button" src="hxxp://mxxxxxxxxy(DOT)com/wp-content/uploads/2011/12/lrg_download_button2(DOT)png" alt="" width="300" height="84" onClick="javascript:ap_start_unlocker()" />

    Regards
    {{ DiscussionBoard.errors[5168934].message }}
  • Profile picture of the author safexsolutions
    yes I think it will work..
    {{ DiscussionBoard.errors[5193710].message }}

Trending Topics