如何在电子应用程序上集成 hubspot 聊天
我正在尝试将 hubspot 聊天集成到电子应用程序上。
例如:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<script src="https://js.hs-scripts.com/xxxxxx.js" defer async></script>
</body>
</html>
由于该应用程序不是通过经典的 http 服务器提供服务,因此气泡不会显示。
如果您直接在浏览器中打开此 html 文件,如下所示:
文件:///C:/Users/Foo/Desktop/index.html
聊天框不会显示。但是js文件是很好获取的。
我试过:
- //js.hs-scripts.com/xxx.js
- http:// js.hs-scripts.com/xxx.js
- https://js.hs-scripts.com/xxx.js
我该怎么做才能在我的 Electron 应用程序中使用聊天功能?
I'm trying to integrate hubspot chat on an electron app.
For example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<script src="https://js.hs-scripts.com/xxxxxx.js" defer async></script>
</body>
</html>
As the app is not served via a classic http server so the bubble doesn't show up.
If you open this html file directly in your browser like this :
file:///C:/Users/Foo/Desktop/index.html
The chatbox won't show. But the js file is well fetched.
I've tried :
- //js.hs-scripts.com/xxx.js
- http://js.hs-scripts.com/xxx.js
- https://js.hs-scripts.com/xxx.js
What can I do to use the chat in my Electron app ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论