- Joined
- Feb 15, 2005
- Posts
- 229
- Reaction score
- 4
We have developed voucher code and offer units which can be called up via php or javascript...
You can configure the units with keyword(s), narrow by category, amount of columns, amount of offers, they use your affiliate ids and don't have a default template or stylesheet so will easily fit into the style of your own site.
example units..
Javascript..
PHP..
You can see them working here, we pass the category variable through the keywords parameter to match content.. (right hand sidebar)
http://www.pagerank10.co.uk/category.php?category=electronics
Cheers
Lee
You can configure the units with keyword(s), narrow by category, amount of columns, amount of offers, they use your affiliate ids and don't have a default template or stylesheet so will easily fit into the style of your own site.
example units..
Javascript..
Code:
<script type='text/javascript' src='http://webservices.icodes.co.uk/units.php?username=whiterankers&subid=9c82c7143c102b71c593d98d96093fde&offertype=Offers&category=All_Categories&keywords=nintendo xbox ps3&pagesize=12&columns=2'></script>
PHP..
Code:
<?php
$icodes_units = file_get_contents("http://webservices.icodes.co.uk/php_units.php?username=whiterankers&subid=9c82c7143c102b71c593d98d96093fde&offertype=Offers&category=All_Categories&keywords=nintendo xbox ps3&pagesize=12&columns=2");
echo $icodes_units;
?>
You can see them working here, we pass the category variable through the keywords parameter to match content.. (right hand sidebar)
http://www.pagerank10.co.uk/category.php?category=electronics
Cheers
Lee