theratman
Honorary Master
Sorted, cheers 
Last edited:
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Thanks man, I'm busy with optimising it as we speak but with all the business stuff I have to take care of on a d2d basis it's hard to find the time.
I'm on my phone but it looks like those are your issues.[/B]
Yeah it breaks the page lol. Should I just put <div id='chalkline-card'></div> in the footer and this on the post? :
<script src='http://www.chalkline.com/widget.js'></script><br />
<script>
CSW.addWidget({
apiKey: '*******************',
containerId: 'chalkline-card',
cardId: 'match-summary',
leagueId: 'premier-league',
matchId: 62822,
title: 'MCI vs. WHU'
});
</script>
Edit.
Sorry, the DIV where I want the content displayed and the script in the footer
...
<div id='chalkline-card'></div>
...
<script src='http://www.chalkline.com/widget.js' type='text/javascript' />
<script type="text/javascript">
CSW.addWidget({
apiKey: '*******************',
containerId: 'chalkline-card',
cardId: 'match-summary',
leagueId: 'premier-league',
matchId: 62822,
title: 'MCI vs. WHU'
});
</script>
Turns out I couldn't get it right because my site is https and the other one is http