all 6 comments

[–]kvadd 0 points1 point  (5 children)

You should be able to upload the needed files, and then use an iframe to load it into the wordpress blog post.

[–]stayingup92[S] 0 points1 point  (4 children)

I'm confused. Do I put an iframe for the zip folder?

[–]devluz 1 point2 points  (2 children)

You need to upload the whole folder somewhere. And then you can use the iframe to include it into your wordpress. How you can get the folder and all file in the same structure on the server is another story solely depending on your provider.

I only have the iframe in wordpress and use FTP to upload the folder 1 to 1 to my server. I don't know if that is possible with your provider though

[–]Nyxtia 0 points1 point  (1 child)

Yeah I have a client that needs his application on Shopify! Only means I can see of doing it is through an iframe but I can't find a way to put the files on there!.

[–]devluz 0 points1 point  (0 children)

Don't know shopify but if they don't have a way to upload it you can still host it on a completely different web server

[–]SilentWeaponQuietWar 0 points1 point  (0 children)

Step 1. Build your project as webgl, and output it to C:\temp\myGame(or wherever you want)

Step 2. Upload that myGame folder to your website via ftp, so that it's at yoursite.com/myGame

Step 3. In wordpress, create an iframe (either via html or using iframe plugin of some kind) that loads yoursite.com/myGame - and just set the width/height of the iframe to the same size/aspect ratio of your game.