Online customer service SDK, supporting multiple frameworks:
<!-- bytedesk.com -->
<script src="https://www.weiyuai.cn/embed/bytedesk-web.js"></script>
<script>
const config = {
placement: 'bottom-right',
theme: {
backgroundColor: '#0066FF',
textColor: '#ffffff'
},
chatConfig: {
org: 'df_org_uid',
t: '2',
sid: 'df_rt_uid'
}
};
const bytedesk = new BytedeskWeb(config);
bytedesk.init();
</script>