# Users add tags to replies?

**URL:** https://meta.discourse.org/t/users-add-tags-to-replies/150912
**Category:** Support
**Created:** [9 במאי,‏ 2020,‏ 3:03pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912 "2020-05-09T15:03:00Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![JQ331](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@JQ331](https://meta.discourse.org/u/JQ331)
#### Post date: [9 במאי,‏ 2020,‏ 3:03pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/1 "2020-05-09T15:03:00Z")

</div>

Is it possible to allow users to add tags to replies?

The basic tag implementation seems to be that the topic creator adds tags to the topics, and those tags can only be changed in the first post of the topic. Is it possible to allow users to add additional tags per reply?

(so, basically, an ability to add tags in a reply just like a user can add tags in the first post)

In my case, it can occur where users say something in their replies that is related to the topic, but also relates to other subjects. So it would be helpful for the users to later be able to search by subject (ie, tags), and find those replies.

If its not currently available (which maybe its [not](https://meta.discourse.org/t/can-we-add-tag-by-comment-tags/83055)), wondering how hard it would be to implement–if not too bad, I might post to marketplace for it.

---

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [9 במאי,‏ 2020,‏ 3:45pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/2 "2020-05-09T15:45:01Z")

</div>

No, this isn’t currently possible, though trust level 3 users can add tags to other people’s questions, so a social solution of encouraging your regular members to do that might be enough.

---

<div class="post-metadata">

### Author: ![JQ331](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@JQ331](https://meta.discourse.org/u/JQ331)
#### Post date: [9 במאי,‏ 2020,‏ 6:23pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/3 "2020-05-09T18:23:31Z")

</div>

Thanks. A key use case is actually the topic creator adding tags on a per reply basis. So it’s important for the tags to be specifically tied to the replies.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [9 במאי,‏ 2020,‏ 6:57pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/4 "2020-05-09T18:57:29Z")

</div>

No this is not possible, nor is it planned for any time in the forseeable future.

---

<div class="post-metadata">

### Author: ![SjefRomijn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sjefromijn/32/287188_2.png) [@SjefRomijn](https://meta.discourse.org/u/SjefRomijn)
#### Post date: [16 בפברואר,‏ 2023,‏ 6:17pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/5 "2023-02-16T18:17:10Z")

</div>

If I can pitch in a reason to add it:  
we have one topic for lets say all Poems, instead of multiple topics for each Poem. As well as many other, singular topics for multiple replies/posts.  
Each reply poem may want a different tag, of course, concerning the content of their poem

Right now only topic starter or lvl3+ can add/edit these in, instead of the user themselves.

Make sense?

---

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [16 בפברואר,‏ 2023,‏ 7:41pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/6 "2023-02-16T19:41:09Z")

</div>

Posts can have tags, kind of, just like we would add a tag in a social media platform, within the post itself:

#official #release-notes

I use this approach on my community, I then have a custom API endpoint to get all posts with a given mentioned tag to present them as a “timeline” of the tag on my main website (here I’m listing all posts mentioning `#dune-imperium`):

 ![posts containing a mentioned tag](https://global.discourse-cdn.com/meta/original/4X/d/3/d/d3d77ce304cf08063286680389a72667f1b7bd97.png)

What would be useful IMO is adding this “mentioned tag” filter to the Search page, which would render a similar view. It’s the main place where we can list individual posts so it makes sense to have this feature there.

If you think about it, even if you add tags to replies with a custom post field, how would you filter by them or show them outside the topic itself?

If you have a specific use case that wouldn’t be covered by just adding tags to a post body, tell us and we can try figuring something out.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [16 בפברואר,‏ 2023,‏ 7:55pm UTC](https://meta.discourse.org/t/users-add-tags-to-replies/150912/7 "2023-02-16T19:55:01Z")

</div>

> [@renato](#):
>
> I use this approach on my community, I then have a custom API endpoint to get all posts with a given mentioned tag to present them as a “timeline” of the tag on my main website (here I’m listing all posts mentioning `#dune-imperium`):

Adding support for this on [Embedding a list of Discourse Topics in another site](https://meta.discourse.org/t/embedding-a-list-of-discourse-topics-in-another-site/125911) would be cool, but we would need to store all those tag mentions in the database so we don’t have to do a search every time we render it.

We are internally talking about storing user/group mentions in a dedicated column for speeding topics, so this would work in a similar way.
