Skip to content

Commit 6d6852d

Browse files
authored
Merge pull request #3006 from Harshal-Taori-11/livekit
Added OpenGraph and Twitter meta tags for better link previews
2 parents f80e945 + c276af7 commit 6d6852d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

public/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
<script>
1313
window.global = window;
1414
</script>
15+
16+
<!-- Open graph meta tags -->
17+
18+
<meta property="og:title" content="<%- title %>" />
19+
<meta
20+
property="og:description"
21+
content="You're invited to join a call on Element Call"
22+
/>
23+
<meta property="og:type" content="website" />
24+
<meta property="og:image" content="favicon.png" />
25+
26+
<meta name="twitter:card" content="summary_large_image" />
27+
<meta name="twitter:title" content="<%- title %>" />
28+
<meta
29+
name="twitter:description"
30+
content="You're invited to join a call on Element Call"
31+
/>
32+
<meta name="twitter:image" content="favicon.png" />
1533
</head>
1634

1735
<!-- The default class is: .no-theme {display: none}. It will be overwritten once the app is loaded. -->

0 commit comments

Comments
 (0)