Memasang Full Script adf.ly
Full script adf.ly berfungsi untuk mengubah semua link di blog/web kita menjadi URL Shorter adf.ly .Jadi cara ini membuat payout url kita menjadi semakin banyak
1. Parse script di bawah ini di http://www.blogcrowds.com/resources/parse_html.php
<script type="text/javascript">
onmousemove = function adfly() {
adfly_id = '1068360'; //replace with your ID
for (var i = 0; i < document.links.length; i++) {
var hrefer = document.links[i].href;
if(hrefer.match("adf.ly") || hrefer.match("javascript:")|| hrefer.match("#")) {
document.links[i].href = document.links[i].href;
}else{document.links[i].href = 'http://adf.ly/' + adfly_id + '/' + document.links[i].href;}
}
}
</script>
*Ket = Ganti kode warna merah dengan id adf.ly anda.
2. Copy hasil parse tadi di bawah kode ]]></b:skin>
3. Simpan .
0 comments:
Speak up your mind
Tell us what you're thinking... !