Embed the virtual scoreboard on your website by adding a few lines of Javascript to your website's HTML code. In the code, add your NeST serial number, the Scorebird team id, or a specific Scorebird schedule id. You can also override the primary and secondary colors, using hex color codes like #FF0000.
NOTE: The Javascript method is preferred over the iFrame method, as it is less prone to sizing and responsive issues that exist with iFrames
1<div id="scorebird_sg_widget"></div>
2
3<script type="text/javascript">
4 window.addEventListener('load', function () {
5 ScorebirdWidgetV2.init({selector: "scorebird_sg_widget", primary_color: "", secondary_color: "", serial: "", team_id: "", schedule_id: "", sport: "", show_adv_time_diff_timer: true, show_adv_team_timer: true, show_blood_timer: true });
6 });
7</script>
8
9<script type="text/javascript" src="https://widget.scorebird.com/scorebird-widget-v2.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 on a website using an iFrame.
You can add these parameters to the iFrame source url as ordinary url parameters.
<iframe style="border: 0px;" frameborder="0" width="510" height="500" src="https://widget.scorebird.com/single-game-widget?sport=&serial=&primary_color=&secondary_color=&team_id=&schedule_id=&show_adv_time_diff_timer=&show_adv_team_timer=&show_blood_timer="></iframe>
Send us a message below to learn more about how Scorebird can help your organization or school