Do you want to put a game on your webpage or in your blog post?

Visitors can play the game without leaving your site.

Place it anywhere on the page or in your blog article for free. The width of the game window will auto-adjust to fit the available space on PC, tablet or smartphone. The games are made in HTML5 and will run in any web browser. No flash player needed.

How to embed a game

Simply copy the embed code below and paste it where you want the game to appear on your page. Make sure to copy the complete code.
In WordPress: place a “Custom HTML”-block in your post and insert the code (or in classic editor: change from ‘visual’ to ‘text’ editor and insert the code where you want the game to appear).

To adjust the game size: The standard code embeds a game with automatic width. Adjust the height setting in the iframe code to resize the game window (default=550 pixels). DO NOT make the window smaller than 450 pixels. For best results use 550 pixels or larger.

Restrictions

It is only allowed to embed the games on pages that are suited for all audiences (i.e. no improper content). Terms

Embeddable games

Embed Chess

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

<iframe
 style="width: 100%; height: 550px; overflow: hidden;"
 src="https://playpager.com/embed/chess/index.html"
 scrolling="no">
</iframe>

Embed Reversi

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

<iframe
 style="width: 100%; height: 550px; overflow: hidden;"
 src="https://playpager.com/embed/reversi/index.html"
 scrolling="no">
</iframe>

Embed Checkers / Draughts

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

<iframe
 style="width: 100%; height: 550px; overflow: hidden;"
 src="https://playpager.com/embed/checkers/index.html"
 scrolling="no">
</iframe>

Back to main page