Full Event Centre

The following provides steps on how to implement an Event Centre with all features.

Steps to implement full EC:

  • Add your unique operator ID name.

  • Set targetModule as "full"

  • Enter the eventId, note to use the unique ID for the fightcard, i.e UFC 254, event ID is "625".

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

This will grant full access to UFC Fightcard

Last updated

Was this helpful?