Put Keep it Steady on your own site

You are welcome to embed the game – on a school blog, a gaming blog, a club page or anywhere else. It is free, it needs no permission and no account. Copy one snippet and you are done.

The code

<iframe src="https://keep-it-steady.com/embed/"
        width="100%" height="720" style="border:0"
        title="Keep it Steady – balance game" allowfullscreen
        allow="fullscreen; accelerometer; gyroscope; web-share"></iframe>

allowfullscreen lets players switch the game to the full screen from inside your page – without it the fullscreen button stays hidden. The allow list adds the motion sensor (playing by tilting the phone) and the system share sheet. Everything else works without them.

What it looks like

This is the real thing, not a screenshot – the same address your page will load:

Size

The frame fills whatever box you give it. Give it at least 320 × 480 pixels; from 620 pixels wide the game switches to its wide view. A good default for an article is full width and a height of 600 to 800 pixels.

If you would rather have the frame keep its proportions on every screen, wrap it:

<div style="position:relative;aspect-ratio:16/10;max-width:960px;margin:0 auto">
  <iframe src="https://keep-it-steady.com/embed/"
          style="position:absolute;inset:0;width:100%;height:100%;border:0"
          title="Keep it Steady – balance game" allowfullscreen
          allow="fullscreen; accelerometer; gyroscope; web-share"></iframe>
</div>

Language

Without any setting the game follows the browser of your visitor and falls back to English. If your readers all speak one language, name it in the address: https://keep-it-steady.com/embed/?lang=de. Players can still switch it themselves in the top right corner.

What is inside the frame

Terms, in one paragraph

Embedding is free for private and commercial sites alike, no message needed. Please load the game from keep-it-steady.com rather than copying it onto your own server, and please do not hide or remove the links back to us. We may change or retire the game; if a page of yours depends on it, drop us a line through the legal notice and we will tell you before anything moves.

A link under the frame is always welcome and helps more than you would think:

<p><a href="https://keep-it-steady.com/">Keep it Steady</a> – free balance game</p>

Games portals

Portals that host games as a single file instead of an embedded frame can use our standalone build – one HTML file, thirteen languages, everything inside. Ask through the legal notice and we will send it over.