ReplyGif

So am I, and it still works…

Did you enable https on your site per chance? The reply gif api is http only.

إعجابَين (2)

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).

إعجاب واحد (1)

Hi there ! Thanks for your plugin :wink:

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?

4 إعجابات

This worked for me, thank you very much :slight_smile: @cpradio

3 إعجابات

Also worked for me, thanks ! :smiley:

إعجابَين (2)

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.

3 إعجابات

This GIF plugin is stuck on load whenever I click on the icon in the text editor. (sorry, not the meme plugin)

No repro on that one either… works fine on my sandbox running latest.

3 إعجابات

thank you very much :grinning:

I just got the updated version and it still doesn’t work. It’s always stuck on loading. Capture43

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.

3 إعجابات

Is this the only GIF plugin available for Discourse?

Have you checked this one ImgFlip: Adding a meme easily?