Use new embed format for easier readability

This commit is contained in:
Dylan
2025-03-31 01:11:03 +01:00
parent 85efbeda4d
commit 6aad6aee7f
2 changed files with 145 additions and 12 deletions

View File

@ -3,6 +3,12 @@
<meta property="og:site_name" content="{{ appname }}">
<meta name="twitter:title" content="{{ tweet['user_name'] }} (@{{ tweet['user_screen_name'] }})" />
{% if activityLink %}
<link type="application/activity+json" href="{{ activityLink|safe }}" />
{% endif %}
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<script src="/openInApp.js"></script>
<script>document.addEventListener('DOMContentLoaded',function(){openTweet('{{ tweet["tweetID"] }}')})</script>
<style>
@ -17,4 +23,4 @@
color: #fff;
}
}
</style>
</style>