Skip to content

Latest commit

 

History

History
105 lines (87 loc) · 5.31 KB

README.zh.md

File metadata and controls

105 lines (87 loc) · 5.31 KB

bytedesk web chat float demo

bytedesk.com web lib 客服聊天插件

语言

chatfloat demo

<script src="./index.js"></script>
<script>
    // init chatfloat, and init params
    window.ChatFloat({
        chatUrl: 'http://localhost:9006/chat?t=1&sid=default_wg_uid&', // custom chat url
        //buttonPosition: 'right', // 按钮位置:left or right
        //buttonBackgroundColor: 'blue', // 按钮背景色
        //iframeWidth: 400,
        //iframeHeight: 600,
        //iframeMargins: { right: 20, bottom: 20, left: 20 }, // 聊天窗口边距
        //buttonMargins: { right: 20, bottom: 20, left: 20 }, // 按钮边距
        //showButton: true, // 是否显示按钮
        //showIframe: true // 是否显示聊天窗口
    });
</script>

chatfloat jquery demo

<script type="text/javascript" src="https://cdn.kefux.com/assets/js/vendor/jquery/1.9.1/jquery.min.js"></script>
<div id="bytedesk-float-chat"></div>
<script src="index.js"></script>
<script>
    $(document).ready(function () {
        $('#bytedesk-float-chat').ChatFloat({
            chatUrl: 'http://localhost:9006/chat?t=1&sid=default_wg_uid&',
            //buttonPosition: 'right', // 按钮位置:left or right
            //buttonBackgroundColor: 'blue', // 按钮背景色
            //iframeWidth: 400,
            //iframeHeight: 600,
            //iframeMargins: { right: 20, bottom: 20, left: 20 }, // 聊天窗口边距
            //buttonMargins: { right: 20, bottom: 20, left: 20 }, // 按钮边距
            //showButton: true, // 是否显示按钮
            //showIframe: true // 是否显示聊天窗口
        });
    });
</script>

示例

自定义按钮颜色 按钮放在窗口左下角 自定义按钮边距 自定义聊天窗口边距 自定义聊天窗口宽度

对话SDK

Project Description Forks Stars
iOS-swift iOS swift GitHub forks GitHub Repo stars
Android Android GitHub forks GitHub Repo stars
Flutter Flutter GitHub forks GitHub Repo stars
React React GitHub forks GitHub Repo stars
UniApp Uniapp GitHub forks GitHub Repo stars
Web/Vue Web/Vue GitHub forks GitHub Repo stars

客户端

技术栈

联系