Can I Post My Games On My Own Forum Or Site?

I want to post my games on my site or on my forum (I will create it). Is that possible? How can I put them in it? (I know unity can publish games on the broswers, but how can I put the game in my site/forum?
Thanks

If is a WebPlayer you can Build your game and the Unity automatic generate a HTML with the code to call the Unity Object and start your game.

Of course you can, if you wish it to be playable in the web browser, just change the build settings to “Web Player”, a .html and .unity3d file will be generated where ever you told it to build it to, upload that to your hosting server in the folder/directory that you desire.

Publishing Unity Builds