-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-usage.html
More file actions
31 lines (28 loc) · 905 Bytes
/
example-usage.html
File metadata and controls
31 lines (28 loc) · 905 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>YoutubeWidgetic html example</title>
<style>
body {
box-sizing: border-box;
max-width: 310px;
}
</style>
<link rel="stylesheet" href="/youtube-widgetic.css" crossorigin="anonymous" integrity="sha256-jG+KXqX/CEM5hDYQK4k6Coa+yKZ7ClU00AswezCo/O0=">
</head>
<body>
<div id="youtube-canvas" hidden></div>
<script type="text/json" id="youtube-widgetic-settings">
{
"youtubeApiKey": "AIzaSyDUXfwNP4_0kmG8aMLNlY7elAdRQZTFvBA",
"channelId": "UCwroqcUF4nkMIKh-G9Vc-Eg",
"modulesImportPath": "/modules",
"preloadImages": [ "/images/youtube.svg" ],
"texts": {
"timePublished": "video zveřejněno",
"watchOnYoutube": "Sledovat na Youtube"
}
}
</script>
<script type="module" src="/youtubeWidgetic.mjs?v0.4" crossorigin="anonymous" integrity="sha256-XPGiNIYV9I1Mavs+kT3WFQNyk1pqYVdOBtSnPekOccQ="></script>