# Embedding topic posts - include first post

**URL:** https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969
**Category:** Support
**Created:** [December 11, 2020, 10:27am UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969 "2020-12-11T10:27:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Dan90](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@Dan90](https://meta.discourse.org/u/Dan90)
#### Post date: [December 11, 2020, 10:27am UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969/1 "2020-12-11T10:27:32Z")

</div>

In the embedding example [here](https://blog.codinghorror.com/welcome-to-the-internet-of-compromised-things/#discourse-comments) the initial topic post doesn’t show up. Is it possible to have the first post show in embedded comments?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [December 11, 2020, 7:06pm UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969/2 "2020-12-11T19:06:32Z")

</div>

> [@Dan90](#):
>
> Is it possible to have the first post show in embedded comments?

No, this isn’t possible. The assumption is that the first post in the topic will be identical to the blog post that you have added the embed code to. For this reason, the first post is not included in the embedded comments.

---

<div class="post-metadata">

### Author: ![arivanandan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arivanandan/32/160108_2.png) [@arivanandan](https://meta.discourse.org/u/arivanandan)
#### Post date: [April 20, 2021, 9:49am UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969/3 "2021-04-20T09:49:01Z")

</div>

Is there some way to change this behavior? We’re embedding discourse for questions on a chapter and we attach several discourse topics to a page.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [April 20, 2021, 5:07pm UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969/4 "2021-04-20T17:07:21Z")

</div>

> [@arivanandan](#):
>
> Is there some way to change this behavior?

There isn’t a setting that can be used to change the behaviour. It is possible that it could be achieved with a plugin. The only other option I can think of would be to use the Discourse API to pull the topics and responses to your website.

---

<div class="post-metadata">

### Author: ![arivanandan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arivanandan/32/160108_2.png) [@arivanandan](https://meta.discourse.org/u/arivanandan)
#### Post date: [May 6, 2021, 7:02am UTC](https://meta.discourse.org/t/embedding-topic-posts-include-first-post/172969/5 "2021-05-06T07:02:53Z")

</div>

Wrote a plugin. Got my bearings after reading [this](https://meta.discourse.org/t/overriding-user-guardian-rb-in-a-plugin-no-fork-necessary/174839).

Might not be the best way to do this but here it [is](https://github.com/arivanandan/discourse-embed-complete).
