add twitter embed meta tags

Add embeds to make matrix invite links more obvious on twitter.
This commit is contained in:
Caleb Connolly 2021-11-23 14:23:51 +00:00
parent 7d22a57874
commit 72374d91b1
No known key found for this signature in database
GPG Key ID: 0583312B195F64B6
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<meta name="description" content="You're invited to talk on Matrix">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta property="twitter:card" content="summary"/>
<meta property="twitter:image" content="https://matrix.org/blog/img/matrix-logo.png"/>
<meta property="twitter:site" content="@matrixdotorg"/>
<meta property="twitter:title" content="Matrix - An open standard for decentralised secure communication"/>
<meta property="twitter:description" content="Matrix is an open source project that publishes the Matrix open standard for secure, decentralised, real-time communication, and its Apache licensed reference implementations."/>
</head>
<body>
<script id="main" type="module">