96246aa921
commitfba1256efd
Author: Dylan <dylanpdx@gmail.com> Date: Sun May 15 01:42:22 2022 +0100 Fixed infinite redirect(?) commit85c682ab11
Author: Dylan <dylanpdx@gmail.com> Date: Sun May 15 01:15:15 2022 +0100 Updated gitignore
24 lines
No EOL
1.4 KiB
HTML
24 lines
No EOL
1.4 KiB
HTML
{% extends 'base.html' %} {% block head %}
|
|
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
|
<meta content="{{ color }}" name="theme-color" />
|
|
<meta property="og:site_name" content="{{ appname }}">
|
|
|
|
<meta name="twitter:card" content="player" />
|
|
<meta name="twitter:title" content="{{ user }} (@{{ screenName }})" />
|
|
<meta name="twitter:image" content="{{ pic }}" />
|
|
<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 name="twitter:title" content="{{ user }} (@{{ screenName }})" />
|
|
<meta property="og:image" content="{{ pic }}" />
|
|
|
|
<link rel="alternate" href="{{ url }}/oembed.json?desc={{ urlUser }}&user={{ urlDesc }}&link={{ urlLink }}&ttype=video" 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 %} |