使用 Gatsby 的 Intercom 插件集成 Intercom
Posted
技术标签:
【中文标题】使用 Gatsby 的 Intercom 插件集成 Intercom【英文标题】:Using Gatsby's Intercom plugin to integrate Intercom 【发布时间】:2018-12-26 15:16:04 【问题描述】:我尝试过https://github.com/toriihq/gatsby-plugin-intercom-spa 和https://github.com/search?q=gatsby-plugin-intercom 尝试集成对讲,但均未成功。
这两个插件的 README 声明我只需要通过 npm 安装插件(在我的情况下,我使用 yarn add),然后使用相关代码 sn-p 更新 gatsby-config.js
(并使用我的 Intercom app_id)。
还有其他需要注意的步骤吗?
【问题讨论】:
你找到解决办法了吗? 【参考方案1】:查看https://github.com/toriihq/gatsby-plugin-intercom-spa插件的源码,只有process.env.NODE_ENV === 'production
时才显示对讲UI。
您可能希望它在您的开发环境中本地加载?
【讨论】:
我是这个插件的作者,实际上它被设置为仅用于生产。如果还需要在开发模式下运行它,请在 GitHub 上打开一个问题,我们会确保支持它。以上是关于使用 Gatsby 的 Intercom 插件集成 Intercom的主要内容,如果未能解决你的问题,请参考以下文章
带有 gatsby 图像的 Airtable gatsby 源插件
Gatsby 插件错误“未处理的拒绝减速器可能无法调度操作。”
gatsby-source-wordpress 插件:我无法将数据从 WP 拉入 Gatsby(连接错误)
如何在 gatsby-transformer-remark 中配置 remark 的插件