Skip to content

致力于提供稳定、可扩展、定制化的客户服务一站式协作平台

Notifications You must be signed in to change notification settings

Bytedesk/bytedesk-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytedesk web chat float demo

bytedesk.com web lib for customer service chat widget

Language

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', // botton position:left or right
        //buttonBackgroundColor: 'blue', // button background color
        //iframeWidth: 400,
        //iframeHeight: 600,
        //iframeMargins: { right: 20, bottom: 20, left: 20 }, // iframe margins
        //buttonMargins: { right: 20, bottom: 20, left: 20 }, // button margins
        //showButton: true, // show button or not
        //showIframe: true // show iframe or not
    });
</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', // botton position:left or right
            //buttonBackgroundColor: 'blue', // button background color
            //iframeWidth: 400,
            //iframeHeight: 600,
            //iframeMargins: { right: 20, bottom: 20, left: 20 }, // iframe margins
            //buttonMargins: { right: 20, bottom: 20, left: 20 }, // button margins
            //showButton: true, // show button or not
            //showIframe: true // show iframe or not
        });
    });
</script>

Example

custom button color custom button left custom button margin custom iframe margin custom iframe width

Chat 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

Download Client

Dev Stack

Contact

License

  • support business usage
  • must not remove trademark && logo info
  • selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
  • 仅支持企业内部员工自用,销售、二次销售或者部署SaaS方式销售需要获得授权,请勿用于非法用途。

About

致力于提供稳定、可扩展、定制化的客户服务一站式协作平台

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published