+! og:video tag
This commit is contained in:
parent
03491a6396
commit
7a4d3d01e4
@ -7,13 +7,16 @@
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
||||
<title>{{title}}</title>
|
||||
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
|
||||
|
||||
{# Opengraph tags #}
|
||||
<meta property="og:title" content="{{title}}">
|
||||
<meta property="og:site_name" content="Clippable">
|
||||
<meta property="og:url" content="{{url}}">
|
||||
<meta property="og:description" content="{{desc}}">
|
||||
<meta property="og:type" content="website">
|
||||
{# Image tag requires a default in case of disk memery #}
|
||||
<meta property="og:image" content="{{clip_thumbnail}}">
|
||||
<meta property="og:video" content="{{clip_url}}">
|
||||
|
||||
{% if script %}
|
||||
<script src="/static/js/{{script_src}}"></script>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user