Community Central
Community Central
Forums: Index Community Central Forum Is there a way to get a HTML code that makes a web game appear?
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 5070 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


How do I get an HTML code thats makes a web game, like Age Of War 2 at Armor games. Or an HTML code that makes a facebook app, like wild ones. —This unsigned comment is by Funkey100 (wallcontribs). Please sign your comments by adding "~~~~" in the source editor. 13:06, 1 June 2010

Most of those games may have an HTML front end (UI), but have a database backend that drives most of the responses. So, you can't really make those games with just HTML. Also, many of them require lots of Javascript or Flash.
Is this really a Wikia-related question? -- Fandyllic (talk · contr) 1:08 PM PST 1 Jun 2010
Yes, im helping a friend who made a gaming wiki and wants to put games of armor games. Funkey100 (talk) 20:11, June 1, 2010 (UTC)
If you're wanting to add a Flash app to your wiki, you can either check to see if there is an extension for that app or use JavaScript to (hackishly) add the HTML to your page. --Pcj (TC) 20:10, June 1, 2010 (UTC)
How do i use java script? Funkey100 (talk) 20:14, June 1, 2010 (UTC)
Well, it's pretty technical and somewhat depends on what HTML you want to add. So let me know what you're trying to add and I'll write out the code for you to use. --Pcj (TC) 20:19, June 1, 2010 (UTC)
The facebook app in this link - http://apps.facebook.com/wildones/index.php?track=bookmark&ref=ts
OK, that's a Facebook app and you can only run it on Facebook. --Pcj (TC) 20:25, June 1, 2010 (UTC)
What about my space? Funkey100 (talk) 20:33, June 1, 2010 (UTC)
I am not sure what you are asking. MySpace is a separate domain. --Pcj (TC) 20:35, June 1, 2010 (UTC)
http://armorgames.com/play/5933/age-of-war-2 and do you know a site that teaches you how to use the java script. Funkey100 (talk) 20:43, June 1, 2010 (UTC)
You may be able to get away with using the code at http://pastey.net/137163 (don't include line numbers), save the JavaScript to MediaWiki:Common.js and put
<div class="aow2"></div>
on a page where you want it. It might not work if they don't support hotlinking.
For JavaScript education, check out the JavaScript tutorial at w3schools. The jQuery library is used with Wikia wikis and may help you get started easier. --Pcj (TC) 20:55, June 1, 2010 (UTC)
I think MySpace apps work similarly to Facebook apps and expect unique user ids to work correctly, but I could be wrong. -- Fandyllic (talk · contr) 9:48 AM PST 2 Jun 2010