fediverse-embeds-wordpress-plugin
fediverse-embeds-wordpress-plugin copied to clipboard
Add support for embedding Pixelfed posts
trafficstars
Pixelfed uses iframes for embedding posts, and also supports Mastodon's /api/v1/statuses/ endpoint, but it currently requires authentication.
This requirement should be removed in the future, so once that's in place, work on this can resume.
Thanks to @ThisIsMissEm's work in https://github.com/pixelfed/pixelfed/commit/1eadff9d2ec97a4af80a9ef807e29636a3df5a11, the work on this can resume.
Was this a CORS issue? It reads like an oauth issue?
@ThisIsMissEm Oh, I think you're right, this is a separate issue, sorry!
Still, great work!