# Fightcard Event Centre

## 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:

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

{% embed url="<https://codepen.io/wjadoon/pen/EaPzpOp>" %}
