# Embed specific comment as quote

**URL:** https://meta.discourse.org/t/embed-specific-comment-as-quote/179294
**Category:** Support
**Created:** [February 11, 2021, 5:04am UTC](https://meta.discourse.org/t/embed-specific-comment-as-quote/179294 "2021-02-11T05:04:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![seeminglee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/seeminglee/32/199310_2.png) [@seeminglee](https://meta.discourse.org/u/seeminglee)
#### Post date: [February 11, 2021, 5:04am UTC](https://meta.discourse.org/t/embed-specific-comment-as-quote/179294/1 "2021-02-11T05:04:38Z")

</div>

Is it possible to embed a specific comment inside a topic to be used as a quote on the blog site?

I know that embedding the entire discussion is possible but I would like to include specific comments similar to how I would embed a tweet on a page.

If that‘s not possible, would I be able to get the elements from the API? I haven’t gone through the API docs extensively because I’ve been reading some comments about how the API is not fully functional or similar.

Please advise.

Thanks!

---

<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: [February 11, 2021, 6:59pm UTC](https://meta.discourse.org/t/embed-specific-comment-as-quote/179294/2 "2021-02-11T18:59:00Z")

</div>

> [@seeminglee](#):
>
> Is it possible to embed a specific comment inside a topic to be used as a quote on the blog site?

> [@seeminglee](#):
>
> I’ve been reading some comments about how the API is not fully functional or similar.

The API is fully functional. Virtually anything that you can do through the Discourse user interface can be done via the API. The trick with getting data for a single Discourse post from the API is that you need to know the post’s ID. Once you know that, you can get the post with the following API request: [Discourse API Docs](https://docs.discourse.org/#tag/Posts/paths/~1posts~1%7Bid%7D.json/get).

---

<div class="post-metadata">

### Author: ![seeminglee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/seeminglee/32/199310_2.png) [@seeminglee](https://meta.discourse.org/u/seeminglee)
#### Post date: [February 12, 2021, 1:35am UTC](https://meta.discourse.org/t/embed-specific-comment-as-quote/179294/3 "2021-02-12T01:35:26Z")

</div>

I see. I will definitely explore this a bit. Thank you very much!
