How would I insert a HTML5 game?
-
Hello everyone, I don’t know if I’m posting in the right place (I hope I am) but I’m wondering how I could go about inserting my games into my WordPress blog.
I’ve been using GameMaker: Studio and can export them as a HTML5 format, but I can’t figure out how to add them to the blog, let alone get them to work, sadly.
Any help would be greatly appreciated, if you need more details I’ll be happy to give them.
The blog I need help with is: (visible only to logged in users)
-
but I can’t figure out how to add them to the blog, let alone get them to work, sadly.
Read this quote:
If you are familiar with HTML, you’ll notice that codes such as embed, frame, iframe, form, input, object, textarea and others are missing from the above list. Those codes are not allowed on WordPress.com for security reasons.
if you need more details I’ll be happy to give them.
Paste the code here, between code tags.
-
Sorry, I’m not exactly sure about what you mean, I’m pretty new to these kinds of things.
The program I’m using exports the project as three different things, “index” which is a .html document, “favicon” which is a .ico file, and the game itself inside a file. (This contains .png files, .mp3 files and a .js file)
I want to know how to insert it to the blog so it would play correctly, if its possible, but I don’t know how I would code that if needs be. (I’m still learning about programming and the sorts, I haven’t started with HTML yet)
-
…and the game itself inside a file.This contains .png files, .mp3 files and a .js file)
Ok, you can’t use on WordPress.com
-
The program I’m using exports the project as three different things, “index” which is a .html document, “favicon” which is a .ico file, and the game itself inside a file. (This contains .png files, .mp3 files and a .js file)
Sorry you can’t do that here – you would need a WordPress.ORG install with your own host for they type of code
-
Ah, okay. Thanks for the help anyways, I guess I’ll have to host the game somewhere else.
-
- The topic ‘How would I insert a HTML5 game?’ is closed to new replies.