Embed school schedules into your website by adding a few lines of Javascript to your website's HTML code.
NOTE: The Javascript method is preferred over the iFrame method, as it is less prone to sizing and responsive issues that exist with iFrames
<div id="scorebird_school_widget"></div>
<script type="text/javascript">
window.addEventListener('load', function () {
ScorebirdSchoolSchedules.init({selector: "scorebird_school_widget", school_id: "", sport: "", level: "", gender: ""});
});
</script>
<script type="text/javascript" src="https://widget.scorebird.com/scorebird-school-schedules.min.js" async></script>
Show the next game so fans know when to tune in or be at the field.
Show final scores when the game is over.
Embed school schedules using an iFrame.
You can add the below parameters to the iFrame source url as ordinary url parameters.
<iframe style="border: 0px;" frameborder="0" width="100%" height="1000" src="https://widget.scorebird.com/school-widget.html?gender=&level=&sport=&school_id="></iframe>
Send us a message below to learn more about how Scorebird can help your organization or school