Embed the horizontal ticker 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_ht_widget"></div>
<script type="text/javascript">
window.addEventListener('load', function () {
ScorebirdHorizontalTickerWidgetV1.init({selector: "scorebird_ht_widget", district: "", level: "", sport: "", sublevel: "", all_sports: "", association: "", live_final_only: true, auto_navigate_timeout: 5000});
});
</script>
<script type="text/javascript" src="https://widget.scorebird.com/scorebird-horizontal-ticker-widget-v1.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 the virtual scoreboard using an iFrame.
Parameters are identical to the Javascript method, except that "selector" is not required for the iFrame method. You can add them to the iFrame source url as ordinary url parameters.
<iframe style="border: 0px;" frameborder="0" width="100%" height="150" src="https://widget.scorebird.com/horizontal-game-widget.html?district=&all-sports=soccer,football,volleyball,field%20hockey&live_final_only=true&auto_navigate_timeout=&association=&sport=&sublevel=&level="></iframe>
Send us a message below to learn more about how Scorebird can help your organization or school