|
If you own a sports betting portal and would
like to add sports betting odds to your site
we offer a tool that is free to use. The odds
feed will look the same as our odds page
located here http://www.sportsbettingworld.com/sports-odds
The
basic frame for displaying sports odds:
<iframe
src='http://www.sportsbettingworld.com/feed/feeds.php'
style='width:580px;height:860px;border:0px;'
frameborder=0></iframe>
The
sportsbooks codes (5dimes.com requires
two):
5dimes
- id5dimes
5dimes
- id5dimes2
Bookmaker
- idbookm
Bet
Jamaica - idbetj
Bodog
- idbodog
Bet
Phoenix - idbetp
Adding
an affiliate code to the frame:
<iframe
src='http://www.sportsbettingworld.com/feed/feeds.php?idbookm=5492'
style='width:580px;height:860px;border:0px;'
frameborder=0></iframe>
?idbookm=5492
was added to the end of the URL in the frame
code.
Adding
multiple affiliate codes to the frame:
<iframe
src='http://www.sportsbettingworld.com/feed/feeds.php?id5dimes=1234&id5dimes2=6789&idbookm=9020'
style='width:580px;height:860px;border:0px;'
frameborder=0></iframe>
?id5dimes=1234&id5dimes2=6789&idbookm=9020
was added, each affiliate code should be
separated by an &
The
frame will work with or without the affiliate
codes.
|