XF 1.4 Embed a football league table

Alexander Firth

Active member
I want to insert a league table to one of my sites. Normally I'd use this:
Code:
<div data-type="standing" data-id="92483" id="wgt-92483" class="tap-sport-tools" style="width:300px; height:600px;"></div>
<div id="wgt-ft-92483" style="width:296px;"><p>Widget powered by <a target="_blank" rel="nofollow" href="http://www.whatsthescore.com">WhatstheScore.com</a></p></div><style type="text/css">#wgt-ft-92483  {background:#FFFFFF !important;color:#484848 !important;text-decoration:none !important;padding:4px 2px !important;margin:0 !important;}#wgt-ft-92483 * {font:10px Arial !important;}#wgt-ft-92483 a {color:#484848 !important;}#wgt-ft-92483 img {vertical-align:bottom !important;height:15px !important;}</style><script type="text/javascript" src="http://tools.whatsthescore.com/load.min.js?293"></script>

How could I get this to work? Thanks :)
 
Top Bottom