Bookika.com banner programme
Bookika.com now offers horse racing related sites to enjoy the timely odds information directly from our site. It easy to setup and best of all it's FREE!
We offer a banner in your site with information relative to your web page content.
For example if your page refers to a horse name you can place a banner with information on
the horse odds today.
In this page you can find the types of banners we offer.
There are three types of horse specific banners: wide, tall and single.
And two types of general banners: today's races and Find your horse.
Center odds banner
Wide
Display the odds information in a horizontal format, the providing sites placed next to each other. Best odds on the right
More banners
the follwoing banners require less maintenance. Just leave them in your site as a service to your visitors.
Search banner
Banner's code. Note the frame size.
<iframe
width="360" height="90" frameborder="1" style="border:1px dotted #32CD32"
name="find" src="http://www.bookika.com/widget/find.php" >
</iframe>
Race list banner
Banner's code. Note the frame width and that this frame height may vary.
<iframe
width="210" height="180" frameborder="1" style="border:1px dotted #32CD32"
name="racelist" src="http://www.bookika.com/widget/racelist.php" >
</iframe>
Setting up an odds banner frame
Frame is a very simple HTML component. The <iframe> tag and few attributes.
The most important attribute is the frame source - src. In this attribute you shall build
the banner URL. Other attributes allow you to fit the frame to your page style and position.
You can set the frame height, frame width, border style and colour.
More information on the <iframe> tag can be found
here.
The following code example is taken from the above banner frame.
<iframe
width="100%" height="90" frameborder="1" style="border:1px dotted #32CD32"
src="http://www.bookika.com/widget/wide.php?horse=Iron Hague&op=1" >
</iframe>
Setting up the frame source URL
The URL base is http://www.bookika.com/widget/.
Than come the banner type. As presented in this page, there are three types:
wide.php, tall.php and single.php followed by a question mark (?).
Finaly there are three parameters as describe bellow. The horse parameter is require,
the odds format are optional. Add the parameter name followed with a equal sign (=) and the parameter value.
The URL of the tall banner on the right is
http://www.bookika.com/widget/tall.php?horse=Hardy Eustace
You may replace spaces with %20.
Parameters
Horse name
The one require input is the horse name.
Our system will find where the horse is running today and display it best odds.
horse=<name>
Odds format
Choose the format suit to your site. Fractional, Decimal or American.
type=[f|d|u]
Format choice
Let the user choose the odds format. See working example in the wide banner above.
op=1
Examples
Place & or & between parameters.
http://www.bookika.com/widget/tall.php?horse=Hardy Eustace&type=d
http://www.bookika.com/widget/wide.php?horse=Violet&type=f&op=1