Skip to main content
ScoreBird

Vertical Ticker Embed

Vertical Ticker Embed

The vertical ticker displays district or association scores in a stacked vertical layout. It is filterable by sport and sublevel, making it well-suited for sidebars and full-height content areas on school and conference websites.

ScoreBird vertical score ticker widget

For more information about virtual scoreboards and web tickers, see the Virtual Scoreboards feature page.

Requirements

  • A ScoreBird account
  • Your district or association identifier from the ScoreBird Portal

JavaScript Method (Preferred)

The JavaScript method is the recommended approach. It avoids the sizing issues that are common with fixed-height iframes when the number of games varies.

<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>

iFrame Method (Alternative)

Use the iframe method if you cannot add JavaScript to your page (e.g., some website builders).

<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>

If using the iframe method, adjust height to accommodate the number of games you expect to display.

Parameters Reference

ParameterRequiredDescription
selectorYesThe id of the <div> element where the widget renders
districtRecommendedYour ScoreBird district identifier
associationRecommendedYour ScoreBird association identifier (use instead of district if applicable)
levelNoFilter by level (e.g. varsity, jv)
sublevelNoFilter by sublevel
sportNoFilter by a single sport
all_sportsNoComma-separated list of sports to include

Either district or association is strongly recommended — without one, the widget has no scope and will not display games.

Supported Sports

basketball, baseball, softball, volleyball, wrestling, soccer, field hockey, lacrosse, ice hockey

Troubleshooting

  • No scores showing? Verify your district or association value is correct in the customer portal.
  • Widget height is wrong? Switch to the JavaScript method — it sizes itself dynamically based on the number of games. The iframe method requires a fixed height.
  • Want to show only certain sports? Use the all_sports parameter with a comma-separated list.
  • Need help? Contact support at support@scorebird.com or call 844-GOT-BIRD (844-468-2473).

Still need help?

Can't find what you're looking for? Our support team is here to help.

Contact Support →

Ready to automate your scores?

NeST connects to your scoreboard and powers everything you just read about.