Tuesday 6 August 2013

Adf.ly and Adfoc.us Website Entry and Overlay Scripts for Blogger


Adf.ly and Adfoc.us Website Entry and Overlay Scripts for Blogger

Adf.ly and Adfoc.us Website Entry and Overlay Scripts for Blogger
I will share you this incredible script that can convert ALL your site's link into adf.ly one. So, everytime use click on the link, it will redirected to adf.ly site and you're revenue will counting up.


 Adfly Script::


<script type="text/javascript">
onmousemove = function adfly() {
adfly_id = '
3142714'; //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> 



Adfocus Script::

<script type="text/javascript">
onmousemove = function adfocus() {
adfocus_id = '73954'; //replace with your ID
for (var i = 0; i < document.links.length; i++) {
var hrefer = document.links[i].href;
if(hrefer.match("adfoc.us") || hrefer.match("javascript:")|| hrefer.match("#")) {
document.links[i].href = document.links[i].href;
}else{document.links[i].href = 'http://adfoc.us/' + 'serve' + '/' + 'sitelinks' + '/' + '?' + 'id' + '=' + adfocus_id + '&' + 'url' + '=' + document.links[i].href;}
}
}
</script>


LinkBucks Script::

<script type="text/javascript">
onmousemove = function linkbucks() {
adfly_id = '3142714'; //replace with your ID
for (var i = 0; i < document.links.length; i++) {
var hrefer = document.links[i].href;
if(hrefer.match("linkbucks.com") || hrefer.match("javascript:")|| hrefer.match("#")) {
document.links[i].href = document.links[i].href;
}else{document.links[i].href = 'http://d882de01.linkbucks.com/url' + '/' + document.links[i].href;}
}
}
</script>

 Change Red Digits with your ID. and LinkBucks URL with ID can be Obtained through linkbucks full page script and apply with ad enabling and get your id.



Just paste these Scripts above blogger template in </body>

or

After <head>


But if you are receiving any error then Copy Script and Parase it in this website

 

Explanation:
This script will convert all your site's link, EXCEPT adf.ly itself, javascript href, and '#' href. You can add any other link as exception such as your own site, advertising link, etc. To do that, just add the new || hrefer.match("your URL")) inside the IF section of the script.
That's it.. :D Very simple right? Don't forget to PARSE the script so it can work on your template (especially for blogger user)

No comments:

Post a Comment