如何在电子应用程序上集成 hubspot 聊天

发布于 2025-01-19 02:29:35 字数 880 浏览 0 评论 0原文

我正在尝试将 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文件是很好获取的。

我试过:

  1. //js.hs-scripts.com/xxx.js
  2. http:// js.hs-scripts.com/xxx.js
  3. 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 :

  1. //js.hs-scripts.com/xxx.js
  2. http://js.hs-scripts.com/xxx.js
  3. https://js.hs-scripts.com/xxx.js

What can I do to use the chat in my Electron app ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文