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.

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
| Parameter | Required | Description |
|---|---|---|
selector | Yes | The id of the <div> element where the widget renders |
district | Recommended | Your ScoreBird district identifier |
association | Recommended | Your ScoreBird association identifier (use instead of district if applicable) |
level | No | Filter by level (e.g. varsity, jv) |
sublevel | No | Filter by sublevel |
sport | No | Filter by a single sport |
all_sports | No | Comma-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
districtorassociationvalue 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_sportsparameter 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.