h5在线客服系统源码 - 快商通

免费试用

h5在线客服系统源码

作者:快商通发布时间:2021年01月13日

摘要:

在线客服系统源码h5版本是一套适用于h5页面的客服功能源代码,能够快速为h5页面实现在线客服对话框和相关客服功能组件,并支持样式自定义设置。本文将分享免费在线客服系统h5源码。

在线客服系统h5源码顶部配图

本文目录:

一、什么是h5在线客服系统源码

二、在线客服系统源码能直接使用吗

三、使用h5在线客服系统源码注意事项

四、h5在线客服系统源码分享

五、总结

什么是h5在线客服系统源码

h5在线客服系统源码是一套适用于h5页面的在线咨询客服功能,常用于企业活动页面推广过程中为浏览页面的用户提供在线咨询解答的服务。通过将源码加载在页面中,可以为h5页面生成特定样式的客服系统,是目前适用性较广的源代码。

h5在线客服系统源码能直接使用吗

使用h5在线客服系统源码需要遵循一定的代码规范,直接使用则有可能出现代码冲突的情况,对于代码基础较弱的用户来说并不友好。难点主要在将h5在线客服系统源码放置在页面上后,前后端数据的收发会由于参数上的差异产生问题。

使用h5在线客服系统源码注意事项

介于大部分站长或项目负责人对h5代码并不是特别了解,建议在页面中直接调用通过快商通客服系统生成js代码(包含完整的h5在线客服系统源码)进行使用,就可以快速为h5页面生成在线客服咨询对话框功能,可以直接与后端客服进行沟通。

h5在线客服系统后台设置
h5在线客服系统后台设置

1、借助快商通客服系统获取h5源码

下载快商通,登录后找到“站点管理”功能进行网站域名绑定,然后通过功能搜索输入“代码”找到“代码生成”功能,选择域名和对应的站点类型后即可获得调用快商通在线客服系统部署在云端h5源码的js。

2、将页面进行js调用

找到需要实现在线客服功能的h5页面源码,打开后在html标签结束之前的位置插入步骤1获取到的js,即可在页面调用完整的在线客服系统h5源码,避免因为参数配置错误导致某一环节出现数据问题。

简便的h5在线客服系统源码替代使用方式

除了上面提供的方法之外,还可以利用客服系统生成对话链接,直接将链接地址复制在h5页面“在线客服”的功能按钮上,当用户点击后可以直接跳转到跟客服人员的沟通对话界面,并且可以使用快商通软件客户端执行完整的功能,无需花费大量精力捣鼓h5源代码。

h5在线客服系统效果预览
h5在线客服系统效果预览

h5在线客服系统源码分享

为h5大家在线客服系统样式部位源码,可以直接拷贝后使用(但还是更推荐使用js进行调用)

{
    //关闭区域(对象)的id值
    g_close: '',
    //顶端-html代码
    g_top: function() {
        var g_id = KS.$(KS.grouping2IconId);
        var ksscrollToTop = KS.$(KS.ksscrollToTop);
        window.onscroll= function(){
            var t = document.documentElement.scrollTop||document.body.scrollTop;
            var ksscrollToTop = document.getElementById('ksscrollToTop');
            if(t>0){
                ksscrollToTop.style.display="block";
            }else{
                ksscrollToTop.style.display="none";
            }
        }
        this.g_scrollToTop();
        var _html = [];
        _html.push('<a style="position:relative;display:block; width:70px; height:75px;font-size:13px;letter-spacing: 0; color:#fff;background:#ff9c01; text-align:center;text-decoration:none;border-top-left-radius: 2px;border-top-right-radius: 2px;" onmouseover="this.style.background=\'#ef9405\';" onmouseout="this.style.background=\'#ff9c01\';" href="javascript:void(0);" onclick="KS.openChatWin();return false;" title="立即咨询" rel="nofollow"><img style="margin-top:15px;margin-bottom:4px;" src="//www.kuaishang.cn/cusimg/ks_fz_bug_20200907.png" border="0"/><div>立即咨询</div><img style="position:absolute;left:3px;bottom:0;" src="//www.kuaishang.cn/cusimg/ks_fz_line_20200221.png" border="0"/></a>');
        _html.push('<a style="position:relative;display:block; width:70px; height:74px;font-size:13px;letter-spacing: 0; color:#fff;background:#05CCB7; text-align:center;text-decoration:none;cursor:pointer;" onmouseover="this.style.background=\'#05BEB4\';document.getElementById(\'kswechat_code\').style.display=\'block\';" onmouseout="this.style.background=\'#05CCB7\';" title="微信咨询" rel="nofollow"><img style="margin-top:13px;margin-bottom:4px;" src="//www.kuaishang.cn/cusimg/ks_fz_wechat_20200229.png" border="0"/><div>微信咨询</div><img style="position:absolute;left:3px;bottom:0;" src="//www.kuaishang.cn/cusimg/ks_fz_line_20200221.png" border="0"/></a>');
        _html.push('<div style="position: relative; display: block; width: 70px; height: 74px; font-size: 13px; letter-spacing: 0px; color: rgb(255, 255, 255); background: rgb(5, 204, 183); text-align: center; text-decoration: none;overflow: hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;" onmouseover="this.style.overflow=\'\';" onmouseout="this.style.overflow=\'hidden\';"><img style="position:absolute;right:3px;bottom:0;" src="//www.kuaishang.cn/cusimg/ks_fz_line_20200221.png" border="0"><div style="width:300px;height:73px;float:right;background:#05CCB7;margin-right:-230px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;position: absolute;z-index:1;right:0;top:0;" onmouseover="this.style.marginRight=\'0\';" onmouseout="this.style.marginRight=\'-230px\';"><div style="width:70px;height:73px;float:left;text-align:center;color:#fff;font-weight:300;line-height:1;overflow:hidden;"><img style="margin-top:13px;margin-bottom:4px;" src="//www.kuaishang.cn/cusimg/ks_fz_phone_20200221.png" border="0"><div>电话咨询</div></div><div style="width:230px;height:73px;float:left;"><div style="width: 220px;height:34px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin-top: 20px;overflow:hidden;"><form name="f" id="f" method="post" action="https://tel.kuaishang.cn/calld.php" target="aa"><input type="hidden" name="fromurl" id="call_fromurl" value="https://www.kuaishang.cn/mianfeidianhua.html"><input type="hidden" name="sid" value="26"><input type="hidden" name="did" value="199"><input style="display:block;width: 140px;padding:0 10px;height:34px;float:left;color:#a4a4a4;border:none;outline:0;font-size: 12px;font-weight:300;box-sizing: border-box;" name="tel" type="text" id="tel" value="输入电话即可免费通话" onclick="this.value=\'\'" onblur="if (value ==\'\'){value=\'输入电话即可免费通话\'}"><input style="display:block;width: 80px;height:34px;float:right;padding: 0;line-height:34px;text-align:center;background-color:#ff9c01;color:#fff;border:none;outline:0;font-size: 13px;font-weight:300;box-sizing: border-box;cursor:pointer;" name="Submit" type="submit" id="callBtn" value="立即回电"><iframe name="aa" frameborder="0" width="0" height="0" style="display: none"></iframe></form></div></div></div></div>');
        _html.push('<a style="position:relative;display:block; width:70px; height:75px;font-size:13px;letter-spacing: 0; color:#fff;background:#05CCB7; text-align:center;text-decoration:none;" onmouseover="this.style.background=\'#05BEB4\';" onmouseout="this.style.background=\'#05CCB7\';" href="https://kuaishang.cn/reg.html?refer=demo" title="体验DEMO" target="_blank" rel="nofollow"><img style="margin-top:14px;margin-bottom:4px;" src="//www.kuaishang.cn/cusimg/ks_fz_demo_20200221.png" border="0"/><div>体验DEMO</div></a>');
        _html.push('<a style="position:relative;display:none; width:70px; height:70px;font-size:13px;letter-spacing: 0; color:#fff;background:#05CCB7; text-align:center;text-decoration:none;margin-top:8px;" href="https://www.kuaishang.cn/huodong/complaints/" title="千元豪礼" target="_blank" rel="nofollow"><img src="//www.kuaishang.cn/cusimg/ks_fz_activity.png" border="0"/></a>');
        _html.push('<a id="ksscrollToTop" style="position:relative;display:none; width:70px; height:48px;font-size:13px;letter-spacing: 0; color:#fff;background:#dedfdf; text-align:center;text-decoration:none;cursor:pointer;" onmouseover="this.style.background=\'#eaeaea\';" onmouseout="this.style.background=\'#dedfdf\';" onclick="window.scrollTo(0,0)" target="_blank"><img style="position:absolute;left:22px;top:16px;" src="//www.kuaishang.cn/cusimg/ks_fz_top_20200221.png" border="0"/></a>');
        _html.push('<div id="kswechat_code" style="position:absolute;display:block; width:207px; height:300px;font-size:13px;letter-spacing: 0; color:#fff;background:url(//www.kuaishang.cn/cusimg/icon_wechat_nosem.png);background-size:cover; text-align:center;top:50%;right:74px;margin-top:-150px;"><div style="position: absolute; width: 20px;height: 20px;top: 0px;right: 0px;cursor:pointer;" onclick="document.getElementById(\'kswechat_code\').style.display=\'none\';"></div></div>');
        return _html.join('');
    },
    g_scrollToTop: function() {
        var t = document.documentElement.scrollTop||document.body.scrollTop;
        setTimeout(function() {
            var ksscrollToTop = document.getElementById('ksscrollToTop');
            if(t>0){
                ksscrollToTop.style.display="block";
            }else{
                ksscrollToTop.style.display="none";
            }
        }, 100);
    },
    //部门客服内容头
    g_cotent_top: '',
    /**部门列表-html代码
* @_id 部门ID
* @_name    部门名称
* @_status  部门状态
* @_hasCs   是否有需要显示的客服
*/
    g_dpt_list: function(_id, _name, _status, _hasCs) {
        return '';
    },
 
    /**客服列表-html代码
* @_id 客服ID
* @_name    客服名称
* @_status 客服状态
*/
    g_cust_list: function(_id, _name, _status) {
        return '';
    },
    /**部门客服内尾部-html代码*/
    g_cotent_but: '</div></div>',
 
    /**中间按钮列表-html代码*/
    g_mid: function() {
        return '';
    },
    /**底部-html代码*/
    g_but: function() {
        return '';
    },
    /**浮动*/
    g_float: function() {
        var f_v = {
            _HAlign: 'right',
            //放在左边-left 右边-right 中间-center
            _VAlign: 'middle',
            //放在底部-bottom 顶部-top 居中-middle
            _HSize: 10,
            //水平偏移位置  如上面是 right 则表示距离右边距50px
            _VSize: 0,
            //垂直偏移位置  如上面是 bottom 则表示距离底部边距50px
            _zIndex: 888 //层显示优先级,越大显示时越靠前端--可能会被优先级大于该值的层覆盖
        };
        return f_v;
    }
}

总结:

在线客服系统h5源码是能够为h5页面添加在线客服功能的源代码,对于h5代码规范掌握不好的用户可以在页面中调用快商通客服系统生成的js,就能够实现完整h5在线客服代码的效果(后台可配置)。

在线客服代码
本文所有权归属于快商通所有,未经本公司许可,不得转载、引用、摘录、摘编、复制、下载、打印、传播,否则快商通将依法追究相关行为人的法律责任。
联系我们

服务热线:400-900-1323

地址:厦门市集美软件园三期B20栋11-13层

扫码关注微信公众平台