Embedding Godot games in WordPress

I had to research how to do this for the last post so as I’ve now leart it it’s worth recording. Essentially, you need to use iframes like this:

<iframe src="https://rjp.cc/games/click" 
style="width:1024px; height:600px; border:none;" 
title="Godot Game"></iframe>

Trying Godot

I’m learning the free game engine Godot. It can make 2D and 3D games and could be a good candidate for the Treasure Trails app.

Let’s see if I can embed a game: