feat(oembed.php): add oembed api and implement in dependent pages
This commit is contained in:
parent
d95df47274
commit
ec03d7ccef
15 changed files with 173 additions and 3 deletions
|
@ -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 }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue