(必填:我是非技术用户),我使用BotEnginge创建了一个客户支持聊天机器人,并将代码段粘贴到了我的Squarespace页面中。 `
<!-- Start of BotEngine (www.botengine.ai) code -->
<script type="text/javascript">
window.__be = window.__be || {};
window.__be.id = "5bc5e5e8e53896b6387425f5";
(function() {
var be = document.createElement('script'); be.type = 'text/javascript'; be.async = true;
be.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.botengine.ai/widget/plugin.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(be, s);
})();
</script>
<!-- End of BotEngine code -->
这会在页面的右下角创建一个小按钮,以打开模式,但实际上我希望它与页面中的其他div内联显示(而不是模式)。对此应用一些CSS也很不错。我可以在脚本中执行此聊天机器人页面上的放置吗?