Wednesday, 10 April 2013
Monday, 8 April 2013
How to AdFly full page script
AdFly full page script
Simply copy-and-paste the code below on to your webpage or blog and the links will be updated automatically - simple!
You can add or remove any domains for the code that you use or your website.
<script type="text/javascript">
var adfly_id = 3781944;
var adfly_advert = 'int';
var domains = ['depositfiles.com', 'rapidshare.com', 'vip-file.com', 'smsfiles.ru', '4files.net', 'turbobit.ru', 'uploading.com', 'letitbit.net', 'depositfiles.ru', 'sms4file.com', 'ifolder.ru', 'hotfile.com', 'anyfiles.net', 'sharingmatrix.com', 'megashare.com', 'megaupload.com', 'rapidshare.de', 'rapidshare.ru', 'uploadbox.com', 'filefactory.com', 'filefactory.ru', 'filepost.ru', 'onefile.net', 'freefolder.net', 'getthebit.com', 'turbobit.net'];
</script>
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
var adfly_id = 3781944;
var adfly_advert = 'int';
var domains = ['depositfiles.com', 'rapidshare.com', 'vip-file.com', 'smsfiles.ru', '4files.net', 'turbobit.ru', 'uploading.com', 'letitbit.net', 'depositfiles.ru', 'sms4file.com', 'ifolder.ru', 'hotfile.com', 'anyfiles.net', 'sharingmatrix.com', 'megashare.com', 'megaupload.com', 'rapidshare.de', 'rapidshare.ru', 'uploadbox.com', 'filefactory.com', 'filefactory.ru', 'filepost.ru', 'onefile.net', 'freefolder.net', 'getthebit.com', 'turbobit.net'];
</script>
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
Or if you wish to change every link to adf.ly on your website (without stating exactly which domains) please use the following code.
<script type="text/javascript">
var adfly_id = 3781944;
var adfly_advert = 'int';
var exclude_domains = ['example.com', 'yoursite.com'];
</script>
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
var adfly_id = 3781944;
var adfly_advert = 'int';
var exclude_domains = ['example.com', 'yoursite.com'];
</script>
<script src="http://cdn.adf.ly/js/link-converter.js"></script>
You can add as many domains to the exclusion list as you wish.
If you want to use Full Page Script with the Banner advertising (less money, but less intrusive) change the following line:
var adfly_advert = 'int';
to
var adfly_advert = 'banner';
Sunday, 7 April 2013
How to AdFly Website entry script
AdFly Website entry script
If you have a website and wish to earn money when a visitor simply enters your site, please use the following script.
Copy-and-paste the code below on to your webpage or blog.
If you advertise your website on a PTC site, it is NOT permitted to include this Website Entry Script that page of your site.
<script type="text/javascript">
var adfly_id = 3781944;
var adfly_advert = 'int';
var frequency_cap = 5;
var frequency_delay = 5;
var init_delay = 3;
</script>
<script src="http://cdn.adf.ly/js/entry.js"></script>
var adfly_id = 3781944;
var adfly_advert = 'int';
var frequency_cap = 5;
var frequency_delay = 5;
var init_delay = 3;
</script>
<script src="http://cdn.adf.ly/js/entry.js"></script>
The 'frequency_cap' is the number of times the user will be redirected to AdF.ly advertising in 24 hours.
The 'frequency_delay' is the number of minutes between adverts show to the user, it recommended to keep the default settings.
The 'init_delay' is the number of seconds between the advertising being displayed and your website loading. It is recommended to keep this to a few seconds so that user will see your website first and then our advertising. It reduces the chances of the user clicking the BACK button.
If you want to use the Website Entry Script with the Banner advertising (less money, but less intrusive) change the following line:
var adfly_advert = 'int';
to
var adfly_advert = 'banner';
Subscribe to:
Comments (Atom)