Warning: This plugin has't been updated in over 54 years. It may no longer be maintained.
What you can do to help:
Demo at http://games.heybuddy.in/
Integrates Gametreat into elgg 1.8 so that one has a large collection of games. Go to http://www.gametreat.com/publishers/get-game-treat and gran full size web app Once you get the code it will look something like below.
You need to enter the wid number in settings
<script type="text/javascript" src="http://widget.gametreat.com/static/js/jquery.js"></script> <script src="http://widget.gametreat.com/static/js/GameTreatWidget.js" type="text/javascript"></script>
<div id="gameTreatWidget" style="width:960px;height:730px"></div> <script type="text/javascript">
params ={
wid: some number (This number you need to enter in settings) ,
width: 960,
height:730,
type: "FULL_SIZED_WIDGET",
style: "white",
noDocTypeSupport:false,/*If your site does not have a DOCTYPE tag (see http://www.w3.org/QA/Tips/Doctype), please change the ‘noDocTypeSupport’ parameter below to true. This will disable the turn-the-light-off button in the widget.*/
fl: 3,
autoPlay:false,
GOTD: "false",
widgetContainerId:"gameTreatWidget",
embed: true};
var widget = GameTreat.getWidget(params);
</script>
View anirupdutta's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.