22 lines
1.3 KiB
HTML
22 lines
1.3 KiB
HTML
{% extends 'base.html' %} {% block head %}
|
|
|
|
|
|
<meta name="twitter:card" content="player" />
|
|
{% include 'tweetCommon.html' %}
|
|
<meta name="twitter:image" content="{{ pic }}" />
|
|
<meta name="twitter:player:width" content="{{ videoSize['width'] }}" />
|
|
<meta name="twitter:player:height" content="{{ videoSize['height'] }}" />
|
|
<meta name="twitter:player:stream" content="{{ vidurl }}" />
|
|
<meta name="twitter:player:stream:content_type" content="video/mp4" />
|
|
|
|
<meta property="og:url" content="{{ vidlink }}" />
|
|
<meta property="og:video" content="{{ vidurl }}" />
|
|
<meta property="og:video:secure_url" content="{{ vidurl }}" />
|
|
<meta property="og:video:type" content="video/mp4" />
|
|
<meta property="og:video:width" content="{{ videoSize['width'] }}" />
|
|
<meta property="og:video:height" content="{{ videoSize['height'] }}" />
|
|
<meta property="og:image" content="{{ pic[0] }}" />
|
|
<meta property="og:description" content="{{ desc }}" />
|
|
|
|
<link rel="alternate" href="{{ url }}/oembed.json?desc={{ urlUser }}&user={{ urlDesc }}&link={{ tweetLink }}&ttype=video&provider={{ appname }}" type="application/json+oembed" title="{{ user }}">
|
|
<meta http-equiv="refresh" content="0; url = {{ tweetLink }}" /> {% endblock %} {% block body %} Redirecting you to the tweet in a moment. <a href="{{ tweetLink }}">Or click here.</a> {% endblock %} |