# Embed Discourse Comments in Discourse Topic

**URL:** https://meta.discourse.org/t/embed-discourse-comments-in-discourse-topic/375001
**Category:** Development
**Created:** [July 21, 2025, 2:01am UTC](https://meta.discourse.org/t/embed-discourse-comments-in-discourse-topic/375001 "2025-07-21T02:01:49Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [July 23, 2025, 6:52pm UTC](https://meta.discourse.org/t/embed-discourse-comments-in-discourse-topic/375001/6 "2025-07-23T18:52:22Z")

</div>

Okay Think I may have found a post with some code that may help to achieve this with some modification. Maybe converting it to a bbcode wrap?

> [@Page Publishing](https://meta.discourse.org/t/page-publishing/151971/145):
>
> An alternative to Page Publishing - another method is to use CSS to remove the unwanted elements on a regular Topic Post, while preserving all of the functionality (i.e. Javascripts in installed Theme Components, and CSS styling, etc.) Tags in the composer can be used to selectively apply formatting to a specific Topic Post. For example, on my site I achieve this by pasting the following CSS into my theme’s CSS in the Common tab: /\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* REMOVE THINGS FROM LAYOUT USING TAGS \*\*…

#Customization > Theme component Right side Blocks also has some code for recent replies may also work.

Basis to modify to a bbcode wrap that will maybe use topic I’d as a variable to fetch topic in box to display in a post.

Have it’s own header at top of box with link Add comment. And have first post display none.

Other potential application beyond adding a comment window. If doing a single post. One could also say use it in an announcement only category to display a pill or other such things.

---

_[View the full topic](https://meta.discourse.org/t/embed-discourse-comments-in-discourse-topic/375001)._
