Moin
14.Январь.2025 16:47:35
22
I think it doesn’t work when you select “everyone” in the dropdown. At least I couldn’t find the button until I selected another group. (I know that problem also affects other plugins and components)
4 лайка
keegan
(Keegan George)
15.Январь.2025 03:40:13
23
Thanks for identifying that @Moin . I’ve pushed a fix:
main ← fix-everyone-group
merged 03:39AM - 15 Jan 25 UTC
### :mag: Overview
This update fixes an issue where the copy post button does n… ot show up when it is set to the "everyone" group. This is because the "everyone" group is not a `visible_group`, and only visible groups are attached to the current user's serializer. Hence, we must explicitly check for the everyone group when comparing against the current user's groups.
### 🔗 Related links
https://meta.discourse.org/t/copy-post-component/218883/22?u=keegan
6 лайков
Shauny
(Shaun Robinson)
17.Февраль.2025 23:37:33
24
I just get this error message whenever I click the copy button:
1 лайк
Do you see any error in the browser’s console?
Don
18.Февраль.2025 08:32:23
26
I mentioned this issue on the other topic.
I think the issue is that on iOS the copy only works if it comes from user interaction… It fails when it try to copy the quote. I will look for a solution if there are. There is the same issue in Copy Post Component .
I tried a lots of way to fix this on iOS but it always fails on copy to clipboard because that wasn’t a real user interaction. So I’ve separated the actions and switches buttons between a prepare quote (which is fetching the quote) and copy quote (which is copy the quote to clipboard). This works fine. I also added a tooltip when the copy button appears.
1 лайк
I noticed an error on a site using the component as anonymous:
I made a PR to fix it:
main ← Arkshine:fix-anonymous
merged 05:09PM - 24 Mar 25 UTC
This PR fixes the following error:

And restores the original behavior before the modernization in https://github.com/discourse/discourse-copy-post/pull/2/commits/e856422cd6c1fc4da60de5cb44faf216490c6c84.
4 лайка
The PR is now merged; thanks, Keegan!
3 лайка
Ethsim2
(Ethan )
30.Июнь.2025 08:31:24
29
have users’ of this component been getting this error more recently
Just installed it, here’s an idea:
Click the copy button on multiple posts to “build up” your clipboard. That way you can quickly copy an entire section of a thread selectively.
Let’s say that there are five posts:
Post A
Post B
Post C
Post D
Post E
You copy D, then B, then E. What’s in your clipboard is actually:
B
D
E
So the clipboard is arranged based on their chronology in the conversation, not the order in which you copy them.