Membuat Delay Muncul Buy Button di Video Sales Letter

Masukan kodenya di atas:

But why make it hard for yourself, just do it this way it’ll cover you for most cases.

Stick this in the header area of your code
 
<script type="text/javascript">
    function showBuyLink() {
      document.getElementById("buylink").style.visibility = "visible";
    }
 // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000); 
</script>
Stick this around your buy link code.
<div id="buylink" style="visibility: hidden">
 <!-- put all your add to cart buy links and images inside this hidden div -->
 <p style="text-align:center; font-size:26px;">
 <a href="http://mybuylink">Add to Cart or Buy Link</a>
 </p>
</div>
Talk soon

Artikel Terkait

Sharekan bagaimana pandanganmu sendiri mengenai artikel di atas..
EmoticonEmoticon