Make youtube playlists out of facebook feeds.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

41 lines
1.2 KiB

<!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.min.js">
</script>
<script id="fbscript" src="fb.js">
</script>
<!--
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">
<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">
<ul id="videolist">
</ul>
</div>
</body>
</html>