Widget integration for comments from discourse on the website using API

We are working on implementing a commenting system on our website using Discourse and are looking for advice on how to enhance the user experience. Our goal is to allow users to post comments directly on a single page without needing to navigate away or log in separately to Discourse. Here’s what we aim to achieve:

  1. Seamless Comment Integration: When a user scrolls down to the comment section, they should be able to comment directly on the page.
  2. No Separate Login Required: Users should not be required to log in separately to Discourse to post a comment. If they are logged in to our website, they should be able to use the same credentials so that they are logged in on Discourse.
  3. In-Page Updates: Comments should be visible immediately on the page without requiring a refresh. Additionally, the user’s name should be displayed alongside their comment.
  4. Visibility and Interaction: All users should be able to see comments and respond to them directly on the same page.

Let us know if this kind of integration is possible with discourse or not