Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

itch iframe embeds loads the game directly in my blog

A topic by ngmane created Dec 11, 2020 Views: 3,151 Replies: 2
Viewing posts 1 to 3
(2 edits) (+1)

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]

(+2)

Are you using WordPress?

If so, upgrade to the latest version (I think it's v5.6) and use the "custom HTML" block in the Block Editor to include your game iframe embed in your blog post/page piecemeal, instead of as raw HTML code.

That should be enough. Let me know how it goes for you.

~ Nate

I am using gatsbyjs.

Deleted 3 years ago
This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.