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
< game “https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" >
Manual Load
< game src=“https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" trigger=manual loadInfo=“The Game Information.” >
Comments