Add opengraph/twitter card information
This commit is contained in:
parent
8070ae44de
commit
59652efc8f
2 changed files with 15 additions and 1 deletions
BIN
public/img/card-opengraph.png
Normal file
BIN
public/img/card-opengraph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
|
@ -3,10 +3,24 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
<title>Take back control of your videos! JoinPeerTube</title>
|
||||
<meta name="description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!" />
|
||||
|
||||
<link rel="shortcut icon" href="<%= BASE_URL %>img/icons/favicon.png">
|
||||
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/apple-touch-icon.png" />
|
||||
|
||||
<meta property="og:url" content="https://joinpeertube.org">
|
||||
<meta property="og:title" content="JoinPeerTube">
|
||||
<meta property="og:description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!">
|
||||
<meta property="og:image" content="<%= BASE_URL %>img/">
|
||||
<meta property="og:site_name" content="JoinPeerTube">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@joinpeertube">
|
||||
<meta name="twitter:creator" content="@chocobozzz">
|
||||
<meta name="twitter:title" content="JoinPeerTube">
|
||||
<meta name="twitter:description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!.">
|
||||
<meta name="twitter:image" content="<%= BASE_URL %>img/">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue