2021-07-04 01:52:30 +02:00
{% extends 'base.html' %}
{% block head %}
< meta content = 'text/html; charset=UTF-8' http-equiv = 'Content-Type' / >
2021-07-10 01:34:21 +02:00
< meta content = "#43B581" data-react-helmet = "true" name = "theme-color" / >
2021-07-09 12:32:04 +02:00
< meta property = "og:site_name" content = "TwitFix" >
< meta name = "twitter:card" content = "player" / >
< meta name = "twitter:title" content = "{{ user }}" / >
< meta name = "twitter:image" content = "{{ pic }}" / >
< meta name = "twitter:player" content = "{{ vidurl }}" / >
<!-- <meta name="twitter:description" content="{{ desc }}" />! -->
< meta name = "twitter:player:width" content = "720" / >
< meta name = "twitter:player:height" content = "480" / >
< 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 = "720" / >
< meta property = "og:video:height" content = "480" / >
< meta property = "og:title" content = "{{ user }}" / >
<!-- <meta property="og:description" content="{{ desc }}" />! -->
< meta property = "og:image" content = "{{ pic }}" / >
2021-07-10 01:34:21 +02:00
2021-07-09 12:32:04 +02:00
<!-- ! -->
< link rel = "alternate" href = "https://fxtwitter.com/oembed.json?desc={{ user }}&user={{ desc }}&link={{ link }}" type = "application/json+oembed" title = "{{ user }}" >
2021-07-05 18:12:59 +02:00
< meta http-equiv = "refresh" content = "0; url = {{ vidlink }}" / >
2021-07-04 01:52:30 +02:00
{% endblock %}
{% block body %}
2021-07-13 17:27:37 +02:00
Redirecting you to the tweet in a moment. < a href = "{{ vidlink }}" > Or click here.< / a >
2021-07-10 01:34:21 +02:00
{% endblock %}