EGF Reader Shortcode lets you embed and play EGF 1.1 interactive games directly inside WordPress posts or pages using a simple shortcode.
Upload an .egf file to your Media Library, then paste the shortcode with the game URL to display the reader (with optional language + theme controls).
- Activate the plugin.
- Upload an
.egffile to your WordPress Media Library. - Copy the file URL.
- Insert the shortcode in any post or page:
-
game(required)
URL of the.egfgame file to load. -
lang(optional, default:auto)
Sets the interface language (menus, buttons, labels).- Use
autoto automatically pick the best language from the visitor’s browser (fallback: English). - Or force a specific language using a short code like:
en,fr,es,pt,zh,ar,hi,ur,ru.
- Use
-
theme(optional, default:dark)
Interface theme:darkorlight.
[egf_reader game="https://your-site.com/wp-content/uploads/game.egf" lang="auto" theme="dark"]