View Full Version : Integrate Games in my site
hemi519
09-12-2011, 11:03 AM
Hi All,
Can any one tell me how to integrate any games(similar to facebook games like farmville or cafeworld) to my website. How to get the third party games into our site without redirecting them to their page. Is there any tutorials based on that. I have searched for this on internet and i am unable to find it. My site is a social networking site and it is written in PHP.
JShor
09-12-2011, 01:32 PM
Your question is far too general. Facebook has an API (application programming interface) in which developers design games to work specifically with the Facebook API.
In most cases, these games use the Facebook Canvas, in which it uses FBML (Facebook Markup Language) to integrate all of the social networking features into the game.
Let's take FarmVille for example. FarmVille uses the Facebook friends list to suggest neighbors, grabs the neighbor's name and profile picture using the graph API, and their application is set up on the application canvas page.
To integrate games, you would have to work with other game developers (as well as building an API for them) so that custom games are built for your website. It's not a simple or quick task.
hemi519
09-12-2011, 01:37 PM
Thanks for the reply. But what i am looking is for any third party gaming like zynga.com Are thr any more gaming sites which can provide API for sites. I Dont have any API for myself, what i can do is, i can make use of other gaming API and use that in my site
JShor
09-12-2011, 03:07 PM
Zynga games are made specifically for Facebook, MySpace, Yahoo, etc. and uses the Facebook/MySpace/Yahoo API. Zynga does not have an open API for developers to use. You will need to make your own application programming interface, contact game developers to create games and then you can have gaming on your social networking site.
djr33
09-12-2011, 03:16 PM
There are some generic game packages available (always with ads). I installed one for an Invision Power Board forum I had a while ago. I'm guessing you can get something similar without a forum. It will just be embedded flash games that don't interact with your site.
If you need interaction, you will need to interact with the game developers.
Brillig
09-12-2011, 07:20 PM
You should be able to find plenty of sources willing to let you host their games. I googled on:
"games integrate your site"
and saw several on the first page.
hemi519
09-13-2011, 05:50 AM
Thanks for the suggestions
OldG Solytix
09-19-2011, 11:23 PM
Try this one:
http://games.fupa.com/aw.aspx?A=147
They have an API and you can also just integrate individual games (Gems for example) into your site
Steve
Butterfly
09-21-2011, 06:14 PM
Flash games should be simple to integrate. Also, the new HTML5 games are easy to implement. They just need a folder to live in, and you can call them using the folder url or a PHP include.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.