Integration Guide
Everything you need to embed Daily puzzle games into your website, blog, or WordPress site.
Quick Start
Once you have been approved, embedding a game takes three steps:
- Choose the game you want to embed from the list below
- Copy the iframe snippet for that game
- Paste it anywhere in your page HTML
<iframe
src="https://connect.playdaily.org/embed/word-hunt"
width="600"
height="700"
frameborder="0"
allow="fullscreen"
title="Daily Word Hunt"
style="border-radius: 12px; max-width: 100%;">
</iframe>The embed is fully responsive. Set max-width: 100% on the iframe to make it fluid within your layout.
Embed Codes
Copy the snippet for each game you want to embed.
Word Hunt
<iframe
src="https://connect.playdaily.org/embed/word-hunt"
width="600"
height="700"
frameborder="0"
allow="fullscreen"
title="Daily Word Hunt"
style="border-radius: 12px; max-width: 100%;">
</iframe>Traffic Jam
<iframe
src="https://connect.playdaily.org/embed/traffic-jam"
width="600"
height="700"
frameborder="0"
allow="fullscreen"
title="Daily Traffic Jam"
style="border-radius: 12px; max-width: 100%;">
</iframe>Tile Fit
<iframe
src="https://connect.playdaily.org/embed/tile-fit"
width="600"
height="750"
frameborder="0"
allow="fullscreen"
title="Daily Tile Fit"
style="border-radius: 12px; max-width: 100%;">
</iframe>Coin Maze
<iframe
src="https://connect.playdaily.org/embed/coin-maze"
width="600"
height="700"
frameborder="0"
allow="fullscreen"
title="Daily Coin Maze"
style="border-radius: 12px; max-width: 100%;">
</iframe>Air Hockey
<iframe
src="https://connect.playdaily.org/embed/air-hockey"
width="600"
height="700"
frameborder="0"
allow="fullscreen"
title="Daily Air Hockey"
style="border-radius: 12px; max-width: 100%;">
</iframe>Available Games
All five games are included in every publisher license.
| Game | Embed URL | Recommended Size |
|---|---|---|
| Word Hunt | /embed/word-hunt | 600 × 700 |
| Traffic Jam | /embed/traffic-jam | 600 × 700 |
| Tile Fit | /embed/tile-fit | 600 × 750 |
| Coin Maze | /embed/coin-maze | 600 × 700 |
| Air Hockey | /embed/air-hockey | 600 × 700 |
Customisation
You can pass query parameters to the embed URL to customise its behaviour.
| Parameter | Values | Description |
|---|---|---|
| theme | light · dark | Override the colour scheme. Defaults to the visitor's system preference. |
| branding | true · false | Show the 'Powered by Daily' badge. Required to be true under the standard license. |
| publisher | your-slug | Your unique publisher slug (provided after approval). Enables co-branding. |
<iframe
src="https://connect.playdaily.org/embed/word-hunt?theme=dark&publisher=your-slug"
...>
</iframe>WordPress Plugin
Approved publishers receive access to the Daily Connect WordPress plugin. It adds a Gutenberg block and a shortcode so you can drop games anywhere without touching HTML.
Gutenberg Block
Search for "Daily Game" in the block inserter. Select the game, set your preferred size, and publish.
Shortcode
[daily_game game="word-hunt" width="600" height="700" theme="light"]The plugin is provided as a .zip file in your publisher dashboard after approval.
Branding Guidelines
All embeds must display the "Powered by Daily" badge. You may not remove or obscure it.
- You may add your own logo or site name adjacent to the embed
- Do not alter the Daily logo or wordmark within the embed
- Do not place the embed inside a container that clips the badge
- Contact business@playdaily.org for custom co-branding arrangements
Licensing
Access is granted under a monthly publisher license. The license covers all five games and is non-transferable to other domains.
- One license per domain
- Monthly billing, cancel at any time
- License is suspended immediately upon cancellation
- Additional domains require a separate license
Questions about licensing? Email business@playdaily.org.