Skip to content

Commit 292095a

Browse files
Added OpenGraph and Twitter meta tags for better link previews
1 parent 294e67a commit 292095a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

public/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@
1212
<script>
1313
window.global = window;
1414
</script>
15+
16+
<!-- Open graph meta tags -->
17+
18+
<meta property="og:title" content="Element Call" />
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:url" content="https://call.element.io" />
25+
<meta property="og:image" content="favicon.png" />
26+
27+
<meta name="twitter:card" content="summary_large_image" />
28+
<meta property="twitter:domain" content="call.element.io" />
29+
<meta property="twitter:url" content="https://call.element.io" />
30+
<meta name="twitter:title" content="Element Call" />
31+
<meta
32+
name="twitter:description"
33+
content="You're invited to join a call on Element Call"
34+
/>
35+
<meta name="twitter:image" content="favicon.png" />
1536
</head>
1637

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

0 commit comments

Comments
 (0)