feat(oembed.php): add oembed api and implement in dependent pages

This commit is contained in:
Cory Dransfeldt 2025-05-10 17:19:43 -07:00
parent d95df47274
commit ec03d7ccef
No known key found for this signature in database
15 changed files with 173 additions and 3 deletions

View file

@ -5,5 +5,6 @@
<meta property="og:description" content="{{ description }}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{{ fullUrl }}" />
<link rel="alternate" type="application/json+oembed" href="{{ oembedUrl }}" title="{{ pageTitle }}">
<link rel="canonical" href="{{ fullUrl }}" />
<meta property="og:image" content="{{ globals.url }}/og/w800/{% appVersion %}{{ globals.avatar }}" />