merefield
(Robert)
March 24, 2025, 10:14am
281
that’s odd, these play for me immediately without interaction:
hmmm, i use this component on multiple forums and it’s working as expected.
[image]
[This Is Cool GIF by MOODMAN]
Tenor V1 support removed and Tenor V2 added thanks to @tnoor-co !
[Season 9 Thank You GIF by The Office]
Does it impact a specific flavour?
2 Likes
Olle11
March 25, 2025, 7:31am
282
Its Tenors Gifs and when selecting a gif the code shows a (!) before it.
It looks like this with a play button in the right corner:
Olle11
March 25, 2025, 7:43am
283
It does this both on my site and on other Discourse forums I visit, like on this thread. Is it some setting or something? Hmm
Falco
(Falco)
March 25, 2025, 5:53pm
284
It is working fine for me
1 Like
Moin
January 13, 2026, 5:06pm
286
Has anyone else received an email about the deprecation of the Tenor API offering on June 30, 2026, too?
6 Likes
Falco
(Falco)
January 13, 2026, 6:47pm
287
https://github.com/discourse/discourse-gifs/pull/107
Thanks to @renato for showing me that Klipy is a great alternative provider.
3 Likes
This morning I’ve found that the gif modal in the chat on the mobile breakpoint isn’t working. The option is there in the context menu but pressing it does nothing. I can reproduce it in a desktop browser that is emulating a mobile breakpoint and it happens across all browsers and device types that I’ve tested so far. There are no console errors, and everything works correctly in larger breakpoints. Is anyone else seeing this issue?
3 Likes
Moin
January 23, 2026, 5:41pm
292
Yes, I have noticed this too. Thanks for reporting, I forgot to report it.
2 Likes
Falco
(Falco)
February 4, 2026, 5:59pm
293
I’m adding categories support for the modal starting state
https://github.com/discourse/discourse-gifs/pull/112
4 Likes
chapoi
June 9, 2026, 8:40am
294
Tiny update on this component:
From this PR on, you can find the GIF button in regular toolbar on mobile as well, same place as on desktop.
main ← remove-mobile-version
opened 07:08PM - 08 Jun 26 UTC
## What
Moves the GIF button into the composer toolbar on every viewport. Pre… viously the button lived in the toolbar on desktop only, and on mobile it was rendered as a separate button in the composer footer.
## Why
The desktop/mobile split dates back to #4 (Apr 2021), when the mobile composer toolbar was too cramped to host the GIF button, so it was given a dedicated footer button instead. That constraint no longer applies, so we can drop the parallel mobile implementation and use a single toolbar button everywhere.
## Changes
- **`gif-integration.js`** — removed the `condition: () => …desktopView` gate so
the toolbar button registers on all viewports.
- Deleted the mobile footer connector (`composer-mobile-buttons-bottom/mobile-gif-button.gjs`)
and its now-empty directory.
- Deleted the `gif-button.gjs` component
- CSS cleanup
- Updated the mobile acceptance test to click the toolbar button (`.gif_button`) instead of the removed footer button (`.mobile-gif-insert`).
3 Likes