Embed Our Puzzles

Add crossword or sudoku puzzles to your website with just two lines of code. The widgets display our latest puzzles.

Crossword Widget

<div id="puzzle"></div>
<script src="https://goodfunpuzzles.com/crossword.js"
        data-container="#puzzle"></script>

Paste this code where you want the crossword puzzle to appear. The widget loads the latest puzzle.

Sudoku Widget

<div id="sudoku"></div>
<script src="https://goodfunpuzzles.com/sudoku.js"
        data-container="#sudoku"></script>

Paste this code where you want the sudoku puzzle to appear. The widget loads the latest puzzle.