Soccer odds widget
Copy and paste this code to your web page
PHP code
echo @file_get_contents("http://www.livebestodds.com/widget.php?id=1&tr_bcol=EC8E09&tr_col=000&td_bcol=FFD557");
HTML code
<iframe src="http://www.livebestodds.com/widget.php?id=1" width="800px" height="2500px" frameborder="0"></iframe>
|
Tennis odds widget
Copy and paste this code to your web page
PHP code
echo @file_get_contents("http://www.livebestodds.com/widget.php?id=2");
HTML code
<iframe src="http://www.livebestodds.com/widget.php?id=2" width="800px" height="1500px" frameborder="0"></iframe>
|
Basketball odds widget
Copy and paste this code to your web page
PHP code
echo @file_get_contents("http://www.livebestodds.com/widget.php?id=3");
HTML code
<iframe src="http://www.livebestodds.com/widget.php?id=3" width="800px" height="1500px" frameborder="0"></iframe>
|
Baseball odds widget
Copy and paste this code to your web page
PHP code
echo @file_get_contents("http://www.livebestodds.com/widget.php?id=4");
HTML code
<iframe src="http://www.livebestodds.com/widget.php?id=4" width="800px" height="1500px" frameborder="0"></iframe>
|