Merge pull request #3006 from Harshal-Taori-11/livekit

Added OpenGraph and Twitter meta tags for better link previews
This commit is contained in:
Robin
2025-03-03 23:37:10 -05:00
committed by GitHub

View File

@@ -12,6 +12,24 @@
<script>
window.global = window;
</script>
<!-- Open graph meta tags -->
<meta property="og:title" content="<%- title %>" />
<meta
property="og:description"
content="You're invited to join a call on Element Call"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="favicon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="<%- title %>" />
<meta
name="twitter:description"
content="You're invited to join a call on Element Call"
/>
<meta name="twitter:image" content="favicon.png" />
</head>
<!-- The default class is: .no-theme {display: none}. It will be overwritten once the app is loaded. -->