Embedding monkey in the web

Monkey Forums/Monkey Programming/Embedding monkey in the web

skid(Posted 2013) [#1]
After updating my appspot.com code with a new monkey demo I have been surprised how easy it is to embed monkey in the web.


Embedding in blogger is way simple, if a little skinny. You can even embed apps that you have hosted on monkeycoder.co.nz using following html snippet

<iframe src="http://apps.monkeycoder.co.nz/23/1/html5/MonkeyGame.php?
width=400%&height=480" width="400" height="480"></iframe>

http://nitrologic.blogspot.co.nz/2013_03_29_archive.html


As a Facebook Page Tab where the app can run at 800 wide (click on Designs tab to see a Page Tab powered by monkey):

http://www.facebook.com/nitrologic

more info here: https://developers.facebook.com/docs/appsonfacebook/pagetabs/


Has anyone else embedded their monkey apps in strange places?

Before using adblock I was considering some mojo powered banner ads. Now, not so much...


MikeHart(Posted 2013) [#2]
I just run a monkey powered game to my wordpress site.


slenkar(Posted 2013) [#3]
I thought you meant you put trans onto a server so people can try monkey

How do you get the Ncube facebook tab to appear?


skid(Posted 2013) [#4]
Do you mean the Designs tab is not visible on the nitrologic facebook page?


DruggedBunny(Posted 2013) [#5]
I have a web-based editor (using Ajax ACE) that connects to a Linux-based Monkey back-end server, which then spits the result into an iframe on the editor page -- and it works really well! (I've been working on this for 2 or 3 months with a long-term partner-in-crime.)

Not quite ready for show yet but will no doubt soon need a public beating... at least until the bandwidth/abuse/security holes demonstrate why it was a bad idea!


slenkar(Posted 2013) [#6]
oh i see the designs tab, it works yes

cool druggedb