-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
36 lines (24 loc) · 944 Bytes
/
test.html
File metadata and controls
36 lines (24 loc) · 944 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test Embed</title>
<script src="replace-youtube-koemei.min.js"></script>
</head>
<body>
<iframe class="youtube-player" type="text/html" style="width: 400px; height: 300px"
src="//www.youtube.com/embed/U0UkYD2juYU?wmode=opaque" frameborder="0"> </iframe>
<iframe class="youtube-player" type="text/html" style="width: 400px; height: 300px"
src="//www.youtube.com/embed/38IqQpwPe7s?wmode=opaque" frameborder="0"></iframe>
<iframe class="youtube-player" type="text/html" style="width: 400px; height: 300px"
src="http://google.com" frameborder="0"></iframe>
<script type="text/javascript">
var kyr = new KoemeiYoutubePlayerReplace({
token: '7a234e01cb9142da86d03d6bf45e37fb',
DOMAIN: 'http://localhost:3000'
});
kyr.init();
</script>
</body>
</html>