-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlivestream.php
More file actions
57 lines (48 loc) · 2.26 KB
/
livestream.php
File metadata and controls
57 lines (48 loc) · 2.26 KB
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
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TEDxAmsterdam - Livestream</title>
<link rel="stylesheet" type="text/css" href="styles/livestream.css">
</head>
<body>
<div id="fb-root"></div>
<script src="//connect.facebook.net/en_US/all.js"></script>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '400512663435911',
xfbml : true,
version : 'v2.1'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
FB.Canvas.setSize({ height: 1200 });
</script>
<div id="wrapper">
<img class="header" src="images/stream_header2.png" alt="header" usemap="#navmap">
<map name="navmap">
<area shape="rect" coords="2, 181, 74, 210" target="_parent" href="https://www.facebook.com/pages/TEDx-Test/740706885983897?sk=app_882313365114454">
<area shape="rect" coords="125, 181, 176, 210" target="_parent" href="https://www.facebook.com/pages/TEDx-Test/740706885983897?sk=app_821083241276816">
<area shape="rect" coords="212, 164, 304, 193" target="_parent" href="https://www.facebook.com/pages/TEDx-Test/740706885983897?sk=app_400512663435911">
<area shape="rect" coords="350, 181, 400, 210" target="_parent" href="https://www.facebook.com/pages/TEDx-Test/740706885983897?sk=app_1501797163409511">
<area shape="rect" coords="458, 181, 515, 210" target="_parent" href="https://www.facebook.com/pages/TEDx-Test/740706885983897?sk=app_1520602604823970">
</map>
<div id="content">
<div class="video">
<iframe class="video" width="750" height="450" src="//cdn.livestream.com/embed/fellermedia?layout=4&color=0xe7e7e7&autoPlay=false&mute=false&iconColorOver=0x888888&iconColor=0x777777&allowchat=true&height=300&width=500" frameborder="0" scrolling="no"></iframe>
</div>
<div class="fb-comments" data-href="https://www.nubisonline.nl/facebook_apps/tedxamsterdam/stream.php" data-num-posts="5" data-width="765"></div>
</div>
<div class="footer">
<a href="http://www.nubisonline.nl" target="_new">Nubis Digital Agency</a>
</div>
</div>
</body>
</html>