vertical ticker embed instructions

javascript method

Embed the vertical 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

Parameters

selector - (String: Required) - reference to the container object (the ID of a unique div) on the page that will contain the widget
district - (String: Optional) - the Scorebird district to limit the schedules to. NOTE: One of association or district is required
association - (String: Optional) - the Scorebird association to limit the schedules to. NOTE: One of association or district is required
level - (String: Optional) - the level to limit the ticker to (e.g., varsity or freshman)
sublevel - (String: Optional) - the sublevel to limit the ticker to (e.g., "blue", "A-Team", etc. - assuming your teams are further categorized in Scorebird)
sport - (String: Optional) - the sport to limit the ticker to - one of the following: basketball, baseball, softball, volleyball, wrestling, soccer, field hockey, lacrosse, ice hockey
all_sports - (Comma-separated String: Optional) - the exhaustive list of sports to show in the ticker. For example: 'soccer,football,volleyball,field hockey,basketball,baseball,softball'
<div id="scorebird_vc_widget"></div>

<script type="text/javascript">
  window.addEventListener('load', function () {
    ScorebirdVerticalConferenceWidgetV1.init({selector: "scorebird_vc_widget", district: "", level: "", sport: "", sublevel: "", all_sports: "", association: ""});
  });
</script>

<script type="text/javascript" src="https://widget.scorebird.com/scorebird-vertical-conference-widget-v1.min.js" async></script>

Upcoming Game View

Show the next game so fans know when to tune in or be at the field.

Game Final View

Show final scores when the game is over.

iframe method

Embed the virtual scoreboard using an iFrame.

Parameters

You can add the below parameters to the iFrame source url as ordinary url parameters.

district - (String: Optional) - the Scorebird district to limit the schedules to. NOTE: One of association or district is required
association - (String: Optional) - the Scorebird association to limit the schedules to. NOTE: One of association or district is required
level - (String: Optional) - the level to limit the ticker to (e.g., varsity or freshman)
sublevel - (String: Optional) - the sublevel to limit the ticker to (e.g., "blue", "A-Team", etc. - assuming your teams are further categorized in Scorebird)
sport - (String: Optional) - the sport to limit the ticker to - one of the following: basketball, baseball, softball, volleyball, wrestling, soccer, field hockey, lacrosse, ice hockey
all-sports - (Comma-separated String: Optional) - the exhaustive list of sports to show in the ticker. For example: 'soccer,football,volleyball,field hockey,basketball,baseball,softball'
<iframe style="border: 0px;" frameborder="0" width="100%" height="1000" src="https://widget.scorebird.com/vertical-conference-widget.html?district=&all-sports=soccer,football,volleyball,field%20hockey&association=&sport=&sublevel=&level="></iframe>

WANT TO LEARN MORE?

Send us a message below to learn more about how Scorebird can help your organization or school

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.