A detailed description of game shortcode.

Usage

1{{< game "GAME_URL" >}}

or via named parameters

Parameter Default Description
src - The game URL. Required.
trigger auto Set it as manual if you want to load the game manually.
loadInfo - The information shown below the load button. Markdown is supported.
1{{< game
2    src="GAME_URL"
3    trigger=manual
4    loadInfo="The Game Information."
5>}}

Examples

Auto Load

Manual Load

The Game Information.