Hi folks,
We are relatively new to discourse dev, so this might be off. We couldn’t find an exact answer to this in our searches.
We are developing a web site with various types of content. As part of this, we want to have threaded comment streams for items uploaded by our users. So, just for example, assume a user uploads content about their car, - the content will be on our site, and there’ll be an optional discussion/comment stream on that item, allowing engagement by other users.
We have Discourse installed and running, with SSO and all. We embed a related Discourse comment within an iframe. We get the top comment, and the well-known button “Continue Discussion” which takes us out of the site and into the Discourse server.
Is there anything we can do to have an entire threaded discussion, starting with the top comment, inside our iframe (or otherwise inside our pages)? So that users can continue a the discussion inside the uploaded content page. Is this even doable with Discourse?
Thanks for any pointers.