hey guys,
i havent been very active here as i started working on my website. I would like to know if it is possible to insert a C2 game in a wordpress run website ? and how?
THANKS IN ADVANCE
ash1221 My first thought would be a iFrame...
If you use HTML format, simply copy <div id="c2canvasdiv"> to last </script> from exported HTML5 game.
EDIT:
Also use iFrame is recommended BluePhaze mentioned it.
Yea, definitely iFrame. For example, we got this working:
oneandahalfbeards.com/barrels-bulls
with just this one little line:
[iframe src="http://www.oneandahalfbeards.com/CurrentBuild/" width="1024" height="768"]
Yup. We're using the iframe plugin By webvitaly on our site, and it works great.
I also wondered about wordpress. I figured an iFrame would do the trick but this confirms it. Thanks guys.
Develop games in your browser. Powerful, performant & highly capable.
thanks a quadrillion for the contribution.
i noticed that when BluePhaze posted ash1221 then i didn't get notified specifically about that.
im still left in the dust in how to use the iframe, could someone please show me a tutorial or something
(i know what an iframe is)
ash1221
If you install the plugin I mentioned earlier, you simply need to create a new page/post with the following short code in it:
[iframe src='' width='px' height='px'] That's it.
That's it.
thanks a lot theubie