OIOpublisher Standalone Demo
It's easy to start showing ads on any website with the OIOpublisher Ad Platform!
Admin and Purchase Links
Basic Integration >> Javascript
The easiest way to get OIOpublisher integrated with a website is using javascript...
(1) Text Ad Zone:
<script type="text/javascript" src="http://demo.oiopublisher.com/standalone/oiopub-direct/js.php?type=link&align=center&zone=X"></script>
(2) Banner Ad Zone:
<script type="text/javascript" src="http://demo.oiopublisher.com/standalone/oiopub-direct/js.php?type=banner&align=center&zone=X"></script>
Advanced Integration >> PHP
Slightly more advanced, but still easy to integrate using php...
(1) Include Index File:
<?php include_once("/path/to/oiopub-direct/index.php"); ?>
(2) Include Template Hooks:
<?php if(function_exists("oiopub_header")) oiopub_header(); ?>
<?php if(function_exists("oiopub_footer")) oiopub_footer(); ?>
(3) Text Ad Zone:
<?php if(function_exists("oiopub_link_zone")) oiopub_link_zone(X, "center"); ?>
(4) Banner Ad Zone:
<?php if(function_exists("oiopub_banner_zone")) oiopub_banner_zone(X, "center"); ?>
A full integration guide is available upon purchase.
Buy Now!