Load a game
Overview
After getting the game URL from the Get a Game URL endpoint, you'll need to display the game in your application. The most common way is to embed it in an iframe or webView (a container that displays the game within your app).
How to Display the Game
To show the game in your application, you can use an iframe like this:
Iframe example
<iframe id="partner-iframe-id" src="gameUrl"></iframe>
Note: partner-iframe-id
is your preferred iframe ID and you're in control of that.