merge: feat: Also Populate 'og:video' Meta for the Discord preview (!1213)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1213 Closes #1176 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
commit
da6e79ca32
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ block og
|
||||||
meta(property='og:url' content= url)
|
meta(property='og:url' content= url)
|
||||||
if videos.length
|
if videos.length
|
||||||
each video in videos
|
each video in videos
|
||||||
|
meta(property='og:video' content= video.url)
|
||||||
meta(property='og:video:url' content= video.url)
|
meta(property='og:video:url' content= video.url)
|
||||||
meta(property='og:video:secure_url' content= video.url)
|
meta(property='og:video:secure_url' content= video.url)
|
||||||
meta(property='og:video:type' content= video.type)
|
meta(property='og:video:type' content= video.type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue