Embeddable HTML code

Hello Guys,
I see on the docs that there is React JS integration component but I am not seeing any
HTML embeddable code to add the amity chat to a website, is this correct? or does exist
some embeddable HTML/JS code that I can use?
Regards

Yes, Our JS SDK can be embedded in HTML/JS code. You can run our SDK on any platforms that based on Javascript. Here is the example code

   <script type="module" src="./main.js"></script>```

From the code, you can import and call our sdk in the main.js file, then you import the main.js file inside the <script>
1 Like