Available embeds
1. Word Scramble — Wordle-style 6-letter
Guess the daily 6-letter mystery word in 6 tries with green/yellow/gray feedback. Same mechanic Wordle popularized.
<iframe src="https://puzzlecottage.com/embed/scramble.html"
width="100%" height="600" loading="lazy"
title="Word Scramble" style="border:1px solid #ddd;border-radius:8px;max-width:420px">
</iframe>
2. Sudoku — daily 9×9 (Easy)
Daily Easy-difficulty 9×9 Sudoku with click-to-select cells, on-screen numpad, and keyboard support.
<iframe src="https://puzzlecottage.com/embed/sudoku.html"
width="100%" height="640" loading="lazy"
title="Daily Sudoku" style="border:1px solid #ddd;border-radius:8px;max-width:420px">
</iframe>
3. Anagram Race — find 5 words from 6 letters
Race the clock to find 5 valid English words from the daily letter set. Compare your set with friends.
<iframe src="https://puzzlecottage.com/embed/anagram-race.html"
width="100%" height="580" loading="lazy"
title="Anagram Race" style="border:1px solid #ddd;border-radius:8px;max-width:420px">
</iframe>
Sizing recommendations
- Standard blog post:
width="100%" height="600"(max-width via CSS to ~420px) - Sidebar:
width="300" height="560"— tile size still readable - Full width:
width="100%" height="620"— centers itself
The widget is mobile-responsive — on narrow screens the tiles shrink automatically.
What you’re embedding
- A 6-letter Wordle-style word-guessing game
- Same green / yellow / gray color feedback Wordle popularized
- Daily-rotating word from a built-in 100-word list (different word each day, same word for every visitor on the same day)
- Standalone — no external dependencies, no analytics tracking on the embed itself, doesn’t modify localStorage in your domain
- Small “Powered by puzzlecottage.com” attribution at the bottom
License & attribution
The embed widget is free to use on any website — commercial, personal, educational, paid-content, anything. The only requirement is leaving the “Powered by puzzlecottage.com” footer link visible. That’s the entire deal.
You don’t need to ask permission, register, or notify us. Just embed and go. If you want to drop us a link to where you embedded it, we’d be glad to see it — but it’s not required.
What this isn’t
- Not the full Word Scramble. The full game at puzzlecottage.com/scramble.html has streak tracking, archive access, and 10 other daily puzzles to switch between. The embed is the puzzle in isolation.
- Not a programmatic API. If you want to build your own Wordle-style game with our word list, see open data downloads instead.
- Not customizable per embed. Every embed shows the same daily word from the same rotation. We don’t support per-blog custom words.
Roadmap: more embeds coming
Three embeds available now: Word Scramble, Sudoku, Anagram Race. Planned additions:
- Sudoku Medium & Hard — difficulty selector
- Mini Crossword embed — 5×5 daily
- Connections embed — 16-words-4-groups
- Liar’s Dictionary embed — 5 definitions, 1 truth
If you’d find one of these especially useful, let us know on our about page.
Frequently asked questions
loading="lazy" it doesn’t load until visitors scroll near it.