Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Sitendeki buton yönlendirmelerine reklam kodu ekleyebilirsin.
<div id="gicikReklam" style="position:fixed;">
<!--Reklam kodu buraya-->
</div>
<!--Eğer jQuery zaten ekli ise alt satırı sil..-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!--script içinde [B]docu ment[/B] gördüğün yerde arasındaki boşluğu sil..-->
<script type="text/html">
$(docu ment).ready(function() {
window.reklam=$('#gicikReklam');
window.reklam.css({'margin-left':window.reklam.width()/-2+'px','margin-top':reklam.height()/-2+'px'});
$(window).mousemove(function(event) {
window.reklam.css({'left':event.pageX+'px','top':event.pageY+'px'});
});
});
</script>