Reply To: publishing webgl to wordpress

Forum Archive publishing webgl to wordpress Reply To: publishing webgl to wordpress

#33133
Alexey Korovenkov
Participant

    As I can see on this video:

    During the compilation of the WebGL project, creates “Index.html”. If you rename this file to “GameName.php”, and in the first line in the file you add <?php and then put this code: include ‘/FolderName/GameName.php’; inside the place of WordPress Theme, where should the game be located. 

    It might take a little customization, for a good look, but… Everything should work, in theory.