Load Webchat within page Element
<script>
window.openDialogSettings = {
url: 'https://brian-may.cloud.opendialog.ai',
user: {
custom: {
selected_scenario: '0x420'
}
},
parentEl: "#chatbot"
};
</script>#chatbot>iframe#opendialog-chatwindow {
position: static;
}Last updated