Add Fun Games to Your Web Site for Free

From puzzle collections to action role playing game, there are games for all internet users now. Adding browser games to your website gives visitors a reason to spend more time on your site and come back the next day. Just make sure you choose a game from a trusted source that has given permission for people to copy it.

Steps

Embedding Games

  1. Understand embedding. An embedded game looks like part of your web page, but is still hosted on the original website, not using your bandwidth. If the original website takes down the game, it will disappear from your website as well.
    • Embedding is fairly safe, but malicious content may alter your website appearance, open pop-up windows, or run plugins.[1] Embed content from trustworthy sites only, or learn how to alter the HTML to limit its access.[2]
  2. Find the game you'd like on your website. Some game websites display the HTML used to embed the game. This makes it as easy as copy-paste. Here are a few places that let you do this:
    • Bored.com
    • Fog.com
    • Kongregate.com/games_for_your_site (sponsored games only)
    • If the game you want to embed is not on any of these sites, contact the creators of the game and ask for permission to embed the game.
  3. Copy the embed code. On the web page hosting the game, look for a snippet of HTML code labeled "embed" or "share." Here are specific instructions for the examples above:
    • Bored.com: Click on a game. Click the "Share" tab underneath the game, then copy the second code snippet, labeled "Embed."
    • Fog.com: Click on a game. Copy the snippet labeled "Embed this game," underneath the game description.
    • Kongregate sponsored games: Visit the "games for your site" page. Copy the "Embed" code next to the game you want to host.
    • Warning — this should be HTML code inside an <iframe>, <embed>, or <object> tag. If the code uses a different tag, it's probably just a link to the website and not the full game.
  4. Paste the code into the body of your web page. Adding the game to your site is as simple as pasting that embed code. Place it in between the <body> tags of your HTML document, wherever you would like the game to be displayed.
  5. Follow the terms of service. Most game websites have a terms of service for other websites embedding their games. If you do not follow the terms of service, the website may remove the game from your site. Here are a few typical requirements:[3][4]
    • No changing the appearance or content inside the embedded game's boundaries.
    • No claiming ownership of the game or charging a fee to play it.
    • No hosting the game on a site with illegal or obscene content.

Hosting Games

  1. Know the risks of hosting. Hosting a game yourself requires downloading the game file, then uploading it back onto your own website. Downloaded files may contain viruses and malware. Know-What-Not-to-Download and install antivirus software before you begin. Scanning each file before opening it is recommended.
    • Users playing the game will contribute to your bandwidth.
  2. Find a game site that allows downloads. Only select sites allow visitors to download their games, and not all of them are trustworthy. Listed below are a few sites that generally offer safe downloads — although there is still the chance of a virus, since the games are made by many different people.
  3. Download the game. Most sites limit downloads to trusted games, and have you visit a special page to browse the download links. Others let you download any game from the individual game page.
    • Each of the links above takes you directly to a download page. Just click the download link next to each game, then double-click the compressed file to get the actual game files.
    • On Bored.com, visit the game page, click the Share tab underneath the game, then click the download link underneath the embed HTML code.
  4. Upload the game file to your website directory. Most browser games are made with Flash, so the file extension is .swf. Some games are made in HTML or, rarely, in other formats, but make sure you recognize the file extension before uploading it.
    • If you are using a free web hosting service such as Wordpress, you may need to install a plugin first in order to host the game. Look for a Flash player plugin to host a Flash game.
    • Some web hosts do not allow .swf files or other game files. In this case, upload the file to a free content hosting website, then link to it using an <embed> tag as described below.
  5. Link to the game. After uploading the game, you can link to the file just as you would any other page on your website. This will take the visitor to a new page to play the game, still inside your domain.
  6. Embed the game instead. If you would rather place the game inside an ordinary HTML page next to other content, you can use an <embed>, <iframe>, or <object> tag:
    • For a very basic embedding of a Flash game, write <embed src="InsertGameURL" type="application/x-shockwave-flash"></embed>. There are many ways to modify this tag. Follow the embed method above to find examples to learn from.
    • Some downloaded game files will come with a text document that includes embedding code to copy-paste to your site. Make sure you understand what the code does before uploading. Change the link to the file you uploaded instead of the original website.
  7. Follow terms of service. In most cases, you are not allowed to charge visitors money to play the game. Do not claim you made the game, and do not copy-paste the game description without permission. Some websites may have additional restrictions.

Tips

  • If you want to attract visitors besides friends and family, host a variety of games.

Warnings

  • Never try to embed or host a game that doesn't explicitly allow it.

Related Articles

  • Prevent Yourself from Getting Banned from Online Games
  • Install Downloaded Online Games

Sources and Citations

You may like