Browse Source

Resolve facebook metadata issues (#1818)

master
Stanislav Kovalenko 5 years ago committed by GitHub
parent
commit
21d4624691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/index.html

3
app/index.html

@ -35,11 +35,12 @@
<meta property="og:title" content="Telegram Web">
<meta property="og:url" content="https://web.telegram.org/">
<meta property="og:image:width" content="236">
<meta property="og:image:height" content="236">
<meta property="og:image" content="https://web.telegram.org/img/logo_share.png">
<meta property="og:site_name" content="Telegram Web">
<meta property="description" content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info.">
<meta property="og:description" content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info.">
</head>
<body>

Loading…
Cancel
Save