IamThatGuy Posted January 21, 2015 Share Posted January 21, 2015 I am wondering if its possible to make HTML5 games for Facebook.. Quote Link to comment Share on other sites More sharing options...
Bruno Garcia Posted January 21, 2015 Share Posted January 21, 2015 Yes, a tab in Facebook is just an iframe to another server. So, you can host the HTML5 game in your server and use the iframe. But you will need to use https for all resources. Quote Link to comment Share on other sites More sharing options...
IamThatGuy Posted January 21, 2015 Author Share Posted January 21, 2015 Not all servers support https. You need some sort of certificate? Quote Link to comment Share on other sites More sharing options...
Bruno Garcia Posted January 21, 2015 Share Posted January 21, 2015 Some servers have a "shared SSL path" you can request this path to your server and use in your application. This path is something like: https : // serverurl.com / ~yourlogin/ Quote Link to comment Share on other sites More sharing options...
Odk Posted January 21, 2015 Share Posted January 21, 2015 If your game is static only (pure html + js + assets without any server side code) then you can use amazon S3 static hosting feature. It offers https access and you can put url to S3 on facebook app settings. Then you wouldn't need any server and you will pay only for used traffic. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.