Free schedule widget for leagues & parks districts
Show your community a live “games this week” schedule on your own website — one line of code, no account, no maintenance. Schedules update automatically from the league feeds Away Game already syncs.
Live demo
Add it to your site
- Find your facility on Away Game — the facility ID is the number at the end of the page URL (e.g.
…/n-virginia-street-at-reno-sports-complex-10905). - Paste this where the schedule should appear, with your ID:
<script async src="https://awaygame.app/widget.js" data-awaygame-center="YOUR_FACILITY_ID"></script>Works on any site that allows script embeds (WordPress, Squarespace, CivicPlus, custom CMS). The widget is an isolated iframe — it can't conflict with your site's styles or scripts, and it sizes itself to its content.
Advanced: showing several schedules on one page? Add data-awaygame-title="Your facility name" to each tag so screen readers can tell them apart. If your site injects HTML dynamically (single-page apps, some CMS block editors), injected script tags never execute — load widget.js once with a regular script tag in your page shell (no data-awaygame-center needed there — a bare tag just installs the loader), then call window.AwayGameWidget.scan() after inserting each widget tag.
Don't see your schedules on Away Game yet?
If your league publishes an iCalendar (.ics) feed — TeamSideline and most scheduling platforms do — we can sync it for free. Email support@awaygame.app with a link to your schedule page and we'll set it up.