Ejemplo n.º 1
0
    require_once "KongregatePlatform.php";
    $kompatible = new KongregatePlatform($config['kongregate']);
}
$user_id = $kompatible->login();
?>
<!doctype html>
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
</head>
<?php 
echo $kompatible->loadLibraries();
?>
<body>
<?php 
echo $kompatible->displayHeader();
?>
<h1>Hello <?php 
echo $kompatible->getUserName();
?>
!</h1>
<?php 
echo $kompatible->showPurchaseButton();
if ($kompatible->isFeatureEnabled("invites")) {
    ?>
<a onclick='showInvitePopup();' href="#">Invite a Friend!</a>
<?php 
}
echo $kompatible->getFriends();
echo $kompatible->displayFooter();
?>