Add support for fediverse:creator
OpenGraph tag (#30398)
This commit is contained in:
parent
4a77e477ee
commit
128987eded
11 changed files with 105 additions and 15 deletions
|
@ -195,6 +195,10 @@ class LinkDetailsExtractor
|
|||
structured_data&.author_url
|
||||
end
|
||||
|
||||
def author_account
|
||||
opengraph_tag('fediverse:creator')
|
||||
end
|
||||
|
||||
def embed_url
|
||||
valid_url_or_nil(opengraph_tag('twitter:player:stream'))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue