Playpager Home
Menu

Embed Games

Insert a game on your webpage or in your blog post

Chess Online Game Checkers Online Game Othello Reversi Online Game Word Puzzle Online Game Falling Cubes Online Game Solitaire Online Game Sudoku Game


Embed games into website


Find a game you want further down on this page. Then simply copy the code snippet and paste it where you want the game to appear on your site. Make sure to copy the complete iframe code.

In WordPress: insert the code in a “Custom HTML”-block.


Minimum game size


The games are responsive to the screen size.

The game WIDTH adjusts automatically to 100% of the available space.

The game HEIGHT can be adjusted by editing the height setting in the iframe code (default=550 pixels). Do not make the iframe height less than 450 pixels. For best results use 500 pixels or larger.

If the game iframe is placed in a container, make sure the container is minimum 320 pixels wide and 450 pixels high.

Test your page after inserting the code to make sure everything looks okay.


Ads


There are no ads in the games. No ads will pop up.

If you have ads on your website: You are welcome to embed the games if you have banner ads elsewhere on the page or general vignette ads etc., but do not cover the game iframe on the page.


Restrictions


Do not embed Playpager's games on pages that contain explicit adult or illegal content.Terms



Embeddable games

CHESS GAME (Play against the computer)

To embed chess on website or blog, copy this code and place it where you want the chess game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/chess/index.html" title="Online Chess Game" scrolling = "no"></iframe>


Result (example):




OTHELLO REVERSI (Play against the computer)

To embed Othello Reversi on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/reversi/index.html" title="Online Othello Game" scrolling = "no"></iframe>


Result (example):




CHECKERS GAME (Play against the computer)

To embed Checkers on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/checkers/index.html" title="Online Checkers Game" scrolling = "no"></iframe>


Result (example):




Word Puzzle: Find the Word

To embed the word puzzle game on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/wordpuzzle/index.html" title="Word Puzzle" scrolling = "no"></iframe>


Result (example):




FALLING CUBES game

To embed the Falling Cubes game on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/cubes/index.html" title="Cubes Game" scrolling = "no"></iframe>


Result (example):




SOLITAIRE Card Game

To embed the solitaire game on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/solitaire/index.html" title="Solitaire Game" scrolling = "no"></iframe>


Result (example):




SUDOKU

To embed the sudoku game on website or blog, copy this code and place it where you want the game to appear:

<iframe style = "width: 100%; height: 550px; overflow: hidden; border: none;" src = "../embed/sudoku/index.html" title="Sudoku Game" scrolling = "no"></iframe>


Result (example):



Back to Homepage