I need to embed my own chatbot built using React in other React apps using <script>
. Can anyone tell me where to start?
I need to do like this:
<script>
window.chatbaseConfig = {
chatbotId: "9hA3--GLvK_7q1DRscuH3",
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
id="9hA3--GLvK_7q1DRscuH3"
defer>
</script>