Embedded Tournament Registration

You may embed registration for a tournament on your own site! The embed code is available from the Registration Settings page in tournament admin:

image

The copy+paste from registration settings will look like this:

<div style="width: 500px">
<iframe
src="https://start.gg/tournament/${tournamentSlug}/register/embed"
frameborder="1"
height="600"
width="100%"
>
</iframe>
</div>

When you add it to your webpage, it will look like this (Below is using an iframe width of 750 and a height of 1000):

Feel free to test out embedded reg at different sizes using this CodePen.