stefanbohacek / fediverse-embeds-wordpress-plugin

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

Relative link to wp-json #10

Closed edent closed 1 year ago

edent commented 1 year ago

Images don't show because my blog is installed in /blog rather than the root directory.

The plugin tries to show my avatar at /wp-json/ftf/media-proxy?url=https://files.mastodon.social/accounts/avatars/000/007/112/original/37df032a5951b96c.jpg

But it should be /blog/wp-json/ftf/media-proxy?url=https://files.mastodon.social/accounts/avatars/000/007/112/original/37df032a5951b96c.jpg

edent commented 1 year ago

Found in:

Because they're .js, you can't use get_site_url()

stefanbohacek commented 1 year ago

Thank you for reporting this! Should be fixed with https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/commit/bf4eb56a30c8f42f0a553ec6d829053e6db94abc.

edent commented 1 year ago

Yup!