22 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %} {% block head %}
 | |
| 
 | |
| 
 | |
| <meta name="twitter:card" content="player" />
 | |
| {% include 'tweetCommon.html' %}
 | |
| <meta name="twitter:image" content="{{ media['thumbnail_url'] }}" />
 | |
| <meta name="twitter:player:width" content="{{ media['size']['width'] }}" />
 | |
| <meta name="twitter:player:height" content="{{ media['size']['height'] }}" />
 | |
| <meta name="twitter:player:stream" content="{{ media['url'] }}" />
 | |
| <meta name="twitter:player:stream:content_type" content="video/mp4" />
 | |
| 
 | |
| <meta property="og:url" content="{{ vidlink }}" />
 | |
| <meta property="og:video" content="{{ media['url'] }}" />
 | |
| <meta property="og:video:secure_url" content="{{ media['url'] }}" />
 | |
| <meta property="og:video:type" content="video/mp4" />
 | |
| <meta property="og:video:width" content="{{ media['size']['width'] }}" />
 | |
| <meta property="og:video:height" content="{{ media['size']['height'] }}" />
 | |
| <meta property="og:image" content="{{ media['thumbnail_url'] }}" />
 | |
| <meta property="og:description" content="{{ desc }}" />
 | |
| 
 | |
| <link rel="alternate" href="{{ host }}/oembed.json?desc={{ urlUser }}&user={{ urlEncodedDesc }}&link={{ tweetLink }}&ttype=video&provider={{ appname }}" type="application/json+oembed" title="{{ tweet['user_name'] }}">
 | |
| <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 %} |