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>