I used the emebed link from the dashboard for a game I have on itch and it loads directly as soon as the page loads instead of giving the user the option to click to load.
Any iframe attributes I should use to do this?
[CODE]
<iframe
src="https://itch.io/embed-upload/2368949?color=333333"
allowfullscreen=""
width="980"
height="500"
frameborder="0"
>
Play FastPaceJumpyPlatformer on itch.io
</a>
</iframe>
[/CODE]