For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fightcard Event Centre

The following provides steps to embed just the fight card without navigation.

Steps to embed just the fight card - no navigation

  • Add your unique operator ID.

  • Set targetModule: "fightCard" (case sensitive).

  • Enter the eventId, note to use the unique ID for the fightCard, i.e UFC Fight Night, event ID is "707".

sample code:

const { MessageTopics } = frontRowSeat.eventCentreUtils;
const eventCentreInstance = frontRowSeat.eventCentre({
        operator: "operatorIDName",
        sport: "ufc",
        targetModule: "fightCard",
        eventId: "eventID",
        version: "version number",
        targetElementSelector: "#img-arena-event-centre",
        language: "en"
      });

Last updated

Was this helpful?