stefanbohacek / fediverse-embeds-wordpress-plugin

Embed fediverse posts on your WordPress site.
https://wordpress.org/plugins/fediverse-embeds/
MIT License
38 stars 1 forks source link

Add support for embedding Pixelfed posts #14

Open stefanbohacek opened 1 year ago

stefanbohacek commented 1 year ago

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.

stefanbohacek commented 3 months ago

Thanks to @ThisIsMissEm's work in https://github.com/pixelfed/pixelfed/commit/1eadff9d2ec97a4af80a9ef807e29636a3df5a11, the work on this can resume.

ThisIsMissEm commented 3 months ago

Was this a CORS issue? It reads like an oauth issue?

stefanbohacek commented 3 months ago

@ThisIsMissEm Oh, I think you're right, this is a separate issue, sorry!

Still, great work!