akkoma/lib/pleroma/web/metadata
Mark Felder ac7ef0999d WIP: Fix Twitter Cards
Twitter cards were not passing any useful metadata. A few things were
being handled on Twitter's end by trying to match OpenGraph tags with
their own, but it wasn't working at all for media. This is an attempt to
fix that.

Common functions have been pulled out of opengraph and put into
utils. Twitter's functionality was entirely replaced with a direct copy
of Opengraph's and then modified as needed.

Profiles are now represented as Summary Cards

Posts with images are now represented as Summart with Large Image Cards

Posts with video and audio attachments are represented as Player Cards.

This now passes the Twitter Card Validator.

Validator and Docs are below

https://cards-dev.twitter.com/validator
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards
2019-02-11 23:59:04 +00:00
..
opengraph.ex WIP: Fix Twitter Cards 2019-02-11 23:59:04 +00:00
provider.ex Use object instead of activity for metadata 2019-01-18 09:32:52 +03:00
twitter_card.ex WIP: Fix Twitter Cards 2019-02-11 23:59:04 +00:00
utils.ex WIP: Fix Twitter Cards 2019-02-11 23:59:04 +00:00