| Add Sudoku Puzzles to Your Web Site |
Adding sudoku puzzles to your web site is easy!
-
Copy the
iframe
tag that best matches the size of game you want to display
-
Paste the
iframe
tag into your page where you want it to display
- Set the difficulty parameter as described below
(Note: if you have Google Adsense you are
prohibited
from using this module on a page with other Adsense ads without authorization from Google.)
There are three different sizes you use to display the game (small, medium and large). Here are the instructions for each:
- Micro - Perfect for Blogs!
<iframe
src="http://counttonine.com/displaySyndicateGame.htm?squareSize=micro"
height="200" scrolling="no" frameborder="0" />
- Small
<iframe
src="http://counttonine.com/displaySyndicateGame.htm?squareSize=small"
height="380" scrolling="no" frameborder="0" />
- Medium
<iframe
src="http://counttonine.com/displaySyndicateGame.htm?squareSize=medium"
height="400" scrolling="no" frameborder="0" />
- Large
<iframe
src="http://counttonine.com/displaySyndicateGame.htm?squareSize=large"
height="430" scrolling="no" frameborder="0" />
The game will operate exactly in the same manner as on
counttonine.com
Click
to check your answers.
Click
to print your game including any filled out squares.
You can modify the game difficulty by adding an extra parameter (
difficulty
) to the source url. To set the difficulty of the game, add one of the values listed below to the end of the
src
url:
- &difficulty=easiest
- &difficulty=easy
- &difficulty=medium
- &difficulty=hard
- &difficulty=hardest
|