HTML Code
-
Hi,
I’m trying to add a custom widget to my website, is there anyway to do it using these instructions I’ve been given? Thanks in advance:
<!– Place in the <head> of your page –>
<script src=”//code.jquery.com/jquery-latest.min.js”></script>
<link rel=”stylesheet” href=”//api.statsfc.com/widget/table.css”>
<script src=”//api.statsfc.com/widget/table-2.0.min.js”></script><!– Place in the <body> of your page –>
<div id=”statsfc-table”></div><!– Place just before the closing </body> tag –>
<script>
var table = new StatsFC_Table(‘API_KEY’);
table.competition = ‘EPL’;
table.tableType = ‘full’;
table.showBadges = true;
table.display(‘statsfc-table’);
</script>The blog I need help with is: (visible only to logged in users)
-
- The topic ‘HTML Code’ is closed to new replies.