So am I, and it still works…
Did you enable https on your site per chance? The reply gif api is http only.
No, still on http, I’ve checked the api key and that’s the same.
Open Dev Tools and see what errors you may be seeing. As unfortunately, I don’t have a repro and it works on my sandbox. HTTPS versus HTTP would alter the underlying functionality (apart from you need to setup a proxy).
Hi there ! Thanks for your plugin
As @Nigel_Tatschner said, it doesn’t work for me neither (v1.9.0.beta2)
Here are some logs when I open the ReplyGif panel :
Imgur: The magic of the Internet
EDIT : And i’m in HTTP only too
Can either of you try and implement the HTTPS proxy step in your setup?
https://github.com/cpradio/discourse-plugin-replygif#https-additional-setup
I know it shouldn’t be required, but I’m curious if that gets around the issue for now (be sure to use http://
in the site setting instead of https://
).
@Nigel_Tatschner and @Shauni, I just fixed this with
https://github.com/cpradio/discourse-plugin-replygif/pull/12
Can you please upgrade to latest of the plugin and tell me if it works for you too?
This worked for me, thank you very much @cpradio
Also worked for me, thanks !
Hi, it’s great, I was wondering if I could make it so the plugin gathers GIFs from Tenor.com?
If they have an API, you should be able to fork the code and update the API endpoints.
This GIF plugin is stuck on load whenever I click on the icon in the text editor. (sorry, not the meme plugin)
thank you very much
I just got the updated version and it still doesn’t work. It’s always stuck on loading.
Can you provide a URL or any errors that maybe appearing in the JavaScript console? My guess is you are running HTTPS on your site and didn’t setup a reverse proxy per
https://github.com/cpradio/discourse-plugin-replygif#https-additional-setup
Yep, that is the reason, go to the URL I posted and follow the HTTPS setup step. You need to setup a reverse proxy, it walks you through it.
Is this the only GIF plugin available for Discourse?
Have you checked this one ImgFlip: Adding a meme easily?