Work in progress implementation of #216

This commit is contained in:
Dylan
2024-08-24 18:49:21 +01:00
parent aeab60e059
commit 0db90f556c
7 changed files with 70 additions and 4 deletions

View File

@ -2,4 +2,6 @@
<meta content="{{ color }}" name="theme-color" />
<meta property="og:site_name" content="{{ appname }}">
<meta name="twitter:title" content="{{ tweet['user_name'] }} (@{{ tweet['user_screen_name'] }})" />
<meta name="twitter:title" content="{{ tweet['user_name'] }} (@{{ tweet['user_screen_name'] }})" />
<script src="/openInApp.js"></script>
<script>document.addEventListener('DOMContentLoaded',function(){openTweet('{{ tweet["tweetID"] }}')})</script>