Hello!
After having built our game (successful build on unity cloud build) I was wondering if it is possible to integrate this build inside a private website based on Wordpress ?
I have tried to do an iframe with the shared link of the build but it does not work, developer.cloud.unity3d.com does not authorize the connection.
What do I need to do in order to make it work ?
Thank you in advance and best regards,
Loïc
You will need to host the WebGL artifacts yourself. It might be possible to make this work but the WebGL share links are just intended as a testing environment rather than a hosting platform and you risk getting automatically blocked by rate limiting if you attempt to leverage it for hosting. Hosting the artifacts yourself ensures that you don’t run into this and also means that you can run the WebGL content outside of an iframe and with your own custom wrapper HTML.
Thank you for your answer victorw.
Then we will do that. Do you know if there is any tutorial or solution to integrate easily a WebGL build on a Wordpress website ? I have searched for plugins but it does not seem as a very clean way to do that.
I would like to push all the needed file on the hosting server of my website and then add an html code that can make it work on the webpage, but I don’t know what to write there, if you have any idea that would be very helpful! 
I’m not sure - I saw quite a lot of results when googling “unity webgl on wordpress” but it did sound a bit complex and I didn’t spend very long investigating. Plugins did sound the most promising but it also looks like they haven’t been well supported. You can probably find useful answers from other users by posting in the WebGL forum though!