Skip to content

[#1150] fixed parser TwitterCard

Maksim requested to merge parallel588/pleroma:issue/1150 into develop

https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started

Open Graph protocol also specifies the use of property and content attributes for markup () while Twitter cards use name and content. Twitter’s parser will fall back to using property and content, so there is no need to modify existing Open Graph protocol markup if it already exists.

Merge request reports