-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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 id="fbscript" src="fb.js">
</script>
<script src="https://apis.google.com/js/client.js?onload=handleYoutubeLoad">
</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>