Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1st step: Have your game folder with your resouces, src, and index files are exported.
2nd step: Go to Weebly, click on "Theme," and then click "Edit Html/Css"
3rd Step: Scroll down to "assets" and click the little gear icon or three dots next to the Assets folder and click "Create Folder" and make it the name of the folder your exported files are in (resources, src, etc.).
4th step: Now that you have the folder created, go to that new folder, go to the gear icon next to that, and create 2 new folders and name them exactly how it is in the exported folder, which means you need a "resources" and "src" folder.
5th step: Now go to the resources folder, click the gear icon, click "Upload File(s)" and then navigate to the resources folder and highlight everything in it, and upload them all. Repeat this step for the "src" folder.
6th step: Now that the runtime.js is in src, and all the resource files are in the resource folder, just scroll up to the first folder you made, click the gear, and upload the index.html folder to it.
7th step: Now, all you need to do is get the URL for the html file, which should be: https://(name of site).weebly.com/files/theme/(name of game folder)/index.html
Final step: Now that you have that URL copied, just go to your page you want the game on, drag and drop "Embed Code" wherever you want it, then open the window and add in this iframe code:
<iframe src="https://(name of site).weebly.com/files/theme/(name of game folder)/index.html" width="(whatever it is)" height="(whatever is it)"</iframe>
And you're done!
EDIT PLEASE READ: You can't upload html files to weebly as of now, so just export your game as a .swf (flash file) and upload it that way. There should be plenty of 30 second tutorials on how to add a swf file to your site.