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개의 좋아요
Olle11
3월 25, 2025, 7: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
3월 25, 2025, 7: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)
3월 25, 2025, 5:53오후
284
It is working fine for me
1개의 좋아요
Moin
1월 13, 2026, 5:06오후
286
Has anyone else received an email about the deprecation of the Tenor API offering on June 30, 2026, too?
6개의 좋아요
Falco
(Falco)
1월 13, 2026, 6:47오후
287
https://github.com/discourse/discourse-gifs/pull/107
Thanks to @renato for showing me that Klipy is a great alternative provider.
3개의 좋아요
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개의 좋아요
Moin
1월 23, 2026, 5:41오후
292
Yes, I have noticed this too. Thanks for reporting, I forgot to report it.
2개의 좋아요
Falco
(Falco)
2월 4, 2026, 5:59오후
293
I’m adding categories support for the modal starting state
https://github.com/discourse/discourse-gifs/pull/112
4개의 좋아요
이 컴포넌트에 대한 작은 업데이트입니다:
이 PR부터 모바일에서도 데스크톱과 동일한 위치에 있는 일반 툴바에서 GIF 버튼을 찾을 수 있습니다.
main ← remove-mobile-version
merged 07:53AM - 09 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개의 좋아요