Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.51 KB

File metadata and controls

49 lines (43 loc) · 1.51 KB

bytedesk-web

Online customer service SDK, supporting multiple frameworks:

中文文档

Installation Steps

Install Dependencies

<!-- 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>