We've created a high quality fixture list component that you can embed on your websites so that you can start selling in minutes.Quick start#
Get started by including our production ready javascript on the page you're embedding the component.We've got a strict CORS policy. Contact your account manager with the domain/s you'll be embedding this application on for access.
1.
Include our production ready javascript on your page 2.
Place the fixture element where you want the component to render: <igo-fixture></igo-fixture>
3.
Create the application with the following three required fields:apiAuthToken
- Provide a JWT token that has been generated by our F13 service. Find out how to generate a JWT token.apiBase
- Change the API base according to your environment.
eventId
- The event id that you want to show fixtures for.
See Configuration
for a complete set of options that you can pass to the application. 4.
We handle everything else from here and build you a trolley token based on what the end-user has chosen. We'll pass you a trolley token back once the user reaches the end of their journey. You can find out more about how to listen to events here 5.
You can destroy fixture list at any time by calling the destroy
function.