Widget Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Widget Docs

Playoffs

us.season.ncaaf.playoffs displays a full bracket for the College Football Playoff.

This widget will display the playoff bracket for the active season by default.

Parameters

NameTypeDescription
propsobjectproperties
NameTypeArgumentDefaultDescription
seasonIdnumberoptionalSeason ID. Has priority over year.
yearnumberoptionalSelected year as friendly alternative to seasonId. It is the end year property of the selected playoffs season.
showHeaderTitlebooleanoptionaltrueIf false hides the header title.
showHeaderRoundsbooleanoptionaltrueIf false hides the header rounds.
showTournamentSelectorbooleanoptionaltrueIf false hides the tournament selector.
showYearSelectorbooleanoptionaltrueIf false hides the year selector.
hideTeamLogosbooleanoptionalIf true hides the team logo.
onItemClickfunctionoptionalFunction/event handler. Emits uniqueTeamId on click or touch.
borderbooleanoptionalIf true enables a border around the widget.

Examples

<div class="sr-widget" data-sr-widget="us.season.ncaaf.playoffs" data-sr-season-id="62063"></div></code>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>
<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.season.ncaaf.playoffs', {seasonId: 73689});
</script>
<div id="sr-widget"></div>