The following provides steps to embed just the fight card without navigation.
Last updated 2 years ago
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" });