Fast placement
Paste one iframe snippet into a CMS block, website builder, or HTML template without rebuilding your page.

Iframe game embeds
Add a playable browser game to a website with a simple iframe. GamesIKnow gives site owners a lightweight frame route, mobile-friendly games, and optional postMessage events for starts, moves, and completed results.
Frame route for embeds
Mobile-first sizing
postMessage events
Domain-aware setup
Short answer
For website embeds, use a GamesIKnow iframe with the /embed/{gameSlug}/frame/ route, width 100%, and your tenant ID. It works well for blogs, business pages, communities, and custom sites.
Play the iframe demo first, then inspect the parent-page event log to see what your website can receive.
site owners who want a direct iframe embed
An iframe keeps the game isolated from your main page while still giving visitors a native-feeling playable block.
Paste one iframe snippet into a CMS block, website builder, or HTML template without rebuilding your page.
The game runs in its own frame, so layout, scripts, and styles stay separated from your host page.
Listen for start and completion events when you need analytics, rewards, or custom page behavior.
Setup flow
The production pattern is simple: register the domain, copy a frame URL, set the iframe dimensions, and listen for events if needed.
Step 1
Register the site that will host the game so the iframe can be tied to an approved domain.
Step 2
Pick Tic Tac Toe, Four in a Row, Bingo, or I Know based on the audience and page layout.
Step 3
Use /embed/{gameSlug}/frame/ as the iframe source. The public /embed/{gameSlug}/ page is for humans and search engines.
Step 4
Use postMessage events such as GAME_STARTED and GAME_COMPLETED when your page needs analytics, rewards, or custom UI.
Implementation
Use the frame route inside the iframe and keep the public landing route available as a normal link for users and crawlers.
The iframe src should point to /embed/{gameSlug}/frame/ with your tenantId. Do not iframe the public SEO page.
Use width="100%" and a height near 640px so the game has room on phones and desktop content columns.
For prizes, credits, or gated content, verify signed results on your backend before trusting a browser event.
Available games
Tic Tac Toe
Embed for same-screen play on your site, or send players to GamesIKnow to challenge a friend remotely with a room link.
Embed setup
Four in a Row
Embed for local two-player drops on one screen, or link friends to play Four in a Row online from anywhere.
Embed setup
Bingo
Same-screen Bingo in your embed, or host a remote room so players can join from their own devices.
Embed setup
I Know
Quick trivia in your embed on one screen, or run a live room so friends can answer from anywhere.
Embed setup
FAQ
Use /embed/{gameSlug}/frame/ as the iframe src. That route is the lightweight game frame built for website embeds and postMessage events. The /embed/{gameSlug}/ route is the public preview and SEO page for people, not the route to place inside an iframe.
No. Visitors can play inside the browser iframe on phone, tablet, laptop, or desktop. A partner account is only needed by the website owner who installs the embed.
Yes. GamesIKnow embeds are designed around registered websites and domain-restricted tenant settings, so copied iframe code cannot be freely reused on unauthorized sites.
Tic Tac Toe, Four in a Row, Bingo, and I Know are available as embeddable browser games. The embed documentation uses the same event model across supported games.
The game frame itself should not be the SEO page. Keep a normal indexable page around the embed with useful text, links, and FAQ content. GamesIKnow also provides public embed pages and documentation that search engines and AI crawlers can understand.
Create a partner account, register your domain, and generate a domain-restricted iframe for your website.