Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add oEmbed links to public post HTML meta headers (#3522)

authored by

bnewbold and committed by
GitHub
bb677570 58842d03

+2
+2
bskyweb/templates/post.html
··· 36 36 <meta name="twitter:label1" content="Posted At"> 37 37 <meta name="twitter:value1" content="{{ postView.IndexedAt }}"> 38 38 <meta name="article:published_time" content="{{ postView.IndexedAt }}"> 39 + <meta name="article:published_time" content="{{ postView.IndexedAt }}"> 40 + <link rel="alternate" type="application/json+oembed" href="https://embed.bsky.app/oembed?format=json&url={{ postView.Uri | urlencode }}" /> 39 41 {% endif -%} 40 42 {%- endblock %} 41 43