<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Space Radio</title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script id="jquery" src="http://code.jquery.com/jquery-2.1.1.js">
|
|
</script>
|
|
<script src="https://apis.google.com/js/client.js?onload=handleYoutubeLoad">
|
|
</script>
|
|
<script id="fbscript" src="fb.js">
|
|
</script>
|
|
|
|
<h1>Space Radio</h1>
|
|
|
|
<div id="loading">
|
|
Loading...
|
|
</div>
|
|
|
|
<!--
|
|
Below we include the Login Button social plugin. This button uses
|
|
the JavaScript SDK to present a graphical Login button that triggers
|
|
the FB.login() function when clicked.
|
|
-->
|
|
<div id="fblogin" class="displaynone">
|
|
<div id="fbstatus">
|
|
</div>
|
|
<fb:login-button id="fbbutton" scope="public_profile, user_groups">
|
|
</fb:login-button>
|
|
</div>
|
|
|
|
<div id="choosegroup" class="displaynone">
|
|
<label for="groupname">Facebook group to use:</label>
|
|
<input type="text" id="groupname" name="groupname">
|
|
<div id="groupstatus">
|
|
</div>
|
|
<ul id="groupresults">
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="feedvideos" class="displaynone">
|
|
<div id="feedstatus">
|
|
</div>
|
|
<div id="feedstatuspage">
|
|
</div>
|
|
<ul id="videolist">
|
|
</ul>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|