takahe/activities/models
Corry Haines b53504fe64
Basic OpenGraph support (#267)
Creates an OpenGraph template include in base.html including the basic tags expected on all pages.

Then allows any page to add additional expected tags via `context`.

Currently, profiles and posts are enriched to show complete opengraph metadata, and render correctly in Discord.

Note: This does not show posts in Slack like Twitter/Mastodon do. I believe this is due to Slack preferring oembed when present, which is a mastodon API endpoint we may need to create at some point.
2022-12-26 10:39:33 -07:00
..
__init__.py Basic Emoji suppport (#157) 2022-12-15 00:50:54 -07:00
emoji.py Accept emoji using nameMap 2022-12-22 17:19:12 +00:00
fan_out.py Identity fanout (#196) 2022-12-21 17:13:39 +00:00
hashtag.py Refactor HTML rendering into one place 2022-12-20 11:39:45 +00:00
post.py Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
post_attachment.py Ux gallery tweaks (#252) 2022-12-23 22:54:03 -07:00
post_interaction.py Some servers send object as dict for PostInteraction and Follow (#261) 2022-12-24 21:24:46 -07:00
post_types.py Post types (#182) 2022-12-18 09:09:25 -07:00
timeline_event.py Move timelines to published date all around 2022-12-18 09:44:56 -07:00