merefield
(Robert)
24 maart 2025 om 10:14
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
25 maart 2025 om 07:31
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
25 maart 2025 om 07:43
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)
25 maart 2025 om 17:53
284
It is working fine for me
1 like
Moin
13 januari 2026 om 17:06
286
Has anyone else received an email about the deprecation of the Tenor API offering on June 30, 2026, too?
6 likes
Falco
(Falco)
13 januari 2026 om 18:47
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
23 januari 2026 om 17:41
292
Yes, I have noticed this too. Thanks for reporting, I forgot to report it.
2 likes
Falco
(Falco)
4 februari 2026 om 17:59
293
I’m adding categories support for the modal starting state
https://github.com/discourse/discourse-gifs/pull/112
4 likes
chapoi
9 juni 2026 om 08:40
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