Are games still available for install or add-on with the new Ning setup? If not, is anyone using any sort of embeddable game networks to keep folks engaged on the site? Any other suggestions for online activities are welcome!
You need to be a member of Ning Creators Social Network to add comments!
Replies
There are many ways to do this using games found inside the Internet Archive. For example I made an arcade by uploading the game screenshot as a photo and then embedded the games inside the description of the photo. For example here is 8ball pool. If you need help with this let me know... good luck!
That's pretty cool ⚡JFarrow⌁ does that game page live on a page in your Ning site?
absolutely.... check out the links....
here is the code you need to embed a game into a description of a photo or video. just change the game URL inside the iframe tag...
<p> </p>
<script type="text/javascript"> document.getElementsByTagName("html")[0].className = "js";
</script>
<div class="wrapper">
<div class="iframe"><iframe width="100%" height="240" src="https://ams.cdn.arkadiumhosted.com/assets/global/game/pool-pixijs/"></iframe></div>
</div>
<script src="https://storage.ning.com/topology/rest/1.0/file/get/2265035?profile=original" type="text/javascript"></script>
<script src="https://storage.ning.com/topology/rest/1.0/file/get/2265054?profile=original" type="text/javascript"></script>
Wow, that's nice and thank you for sharing. Let me see if I can find some games out there and I'll hit you up if I need help!
it is also possible to put all the games with the usual method, to bring an entire game site to HTML
with these codes placed in HTML you have a whole site of games on your page
<iframe src="https://www.htmlgames.com/" title="frame" name="name1" width="500px" height="500px" style="border: solid 1px #A6A6A6"></iframe>