takahe/activities/views
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
..
admin Hashtags 2022-11-28 21:41:36 -07:00
__init__.py
compose.py Persist CWs in replies, expand linked at once 2022-12-26 10:03:13 -07:00
debug.py Prettier debug json (#260) 2022-12-24 11:05:07 -07:00
explore.py Hashtags 2022-11-28 21:41:36 -07:00
follows.py Don't show deleted follows, and sort publicly 2022-12-21 20:56:52 +00:00
posts.py Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
search.py Fetch actors with posts when needed 2022-12-20 10:17:52 +00:00
timelines.py Responsive styling fix, shorter pages 2022-12-22 01:06:01 +00:00