-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo_embed.html
41 lines (37 loc) · 1.97 KB
/
video_embed.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>website</title>
<meta property="og:title" content="YouTube og:title">
<meta property="twitter:title" content="YouTube twitter:title">
<meta name="twitter:description" content="websiter twitter:description">
<meta property="og:site_name" content="website og:site_name">
<!-- <meta property="twitter:site" content="@Ndot10#4703"> -->
<meta property="og:type" content="video.other">
<meta property="twitter:card" content="player">
<meta property="og:url" content="https://ndot10.github.io/video_embed.html">
<!-- <meta property="og:image" content="https://placehold.co/128/000000/FFFFFF/png"> -->
<meta property="twitter:image" content="https://placehold.co/128/000000/FFFFFF/png">
<meta property="og:image:url" content="https://placehold.co/128/000000/FFFFFF/png">
<meta property="og:image:secure_url" content="https://placehold.co/128/000000/FFFFFF/png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="30">
<meta property="og:image:height" content="30">
<meta property="og:image:alt" content="an image">
<meta property="twitter:image:alt" content="an image">
<!-- <meta property="og:video" content="https://ndot10.github.io/video_embed.html"> -->
<meta property="twitter:player" content="https://ndot10.github.io/video_embed.html">
<meta property="og:video:url" content="https://ndot10.github.io/video_embed.html">
<meta property="og:video:secure_url" content="https://ndot10.github.io/video_embed.html">
<meta property="og:video:type" content="text/html" />
<meta property="og:video:width" content="480" />
<meta property="twitter:player:width" content="480">
<meta property="og:video:height" content="480" />
<meta property="twitter:player:height" content="480">
</head>
<body>
<h1>embed</h1>
</body>
</html>