-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial.html
More file actions
52 lines (42 loc) · 1.38 KB
/
Copy pathsocial.html
File metadata and controls
52 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Short Video Embeds Example</title>
</head>
<body>
<h2>YouTube Shorts (Autoplay & Muted)</h2>
<iframe
width="315"
height="560"
src="https://www.youtube.com/embed/yA7YlZEOK-k?autoplay=1&mute=1&loop=1&playlist=yA7YlZEOK-k"
title="YouTube Shorts Video"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen>
</iframe>
<h2>TikTok Video</h2>
<blockquote class="tiktok-embed"
cite="https://www.tiktok.com/@smartborderlesswealth/video/7232635093718478122"
data-video-id="7232635093718478122"
style="max-width: 325px; min-width: 325px;">
<section></section>
</blockquote>
<script async src="https://www.tiktok.com/embed.js"></script>
<p>Tiktok number 2</p>
<blockquote class="tiktok-embed"
cite="https://www.tiktok.com/@smartborderlesswealth/video/ZThradobg/"
data-video-id="ZThradobg/"
style="max-width: 325px;min-width: 220px;">
<section></section>
</blockquote>
<script async src="https://www.tiktok.com/embed.js"></script>
<p>Instagram number 2</p>
<blockquote class="instagram-media"
data-instgrm-permalink="https://www.instagram.com/reel/DTlV0POkYUB/"
data-instgrm-version="14"
style="background:#FFF; border:0; margin: 1px; max-width:540px; width:99%;">
</blockquote>
<script async src="//www.instagram.com/embed.js"></script>
</body>
</html>