【问题标题】:Is it possible to place the Intercom Messenger in the bottom left?是否可以将对讲机放在左下角?
【发布时间】:2017-07-06 08:56:02
【问题描述】:

默认情况下,Intercom Messenger 显示在页面的右下角。如何将其配置为位于左下角?

【问题讨论】:

  • 想知道同样的事情......

标签: intercom intercom.js


【解决方案1】:

您可以通过在名为 'alignment' : 'left' 的对讲设置中添加一个 key : value 字段来更改信使的位置@ 示例:

window.intercomSettings = {
            app_id: "your_app_id",
            "alignment": 'left'
        };

您还可以添加填充。 如果您需要更多信息,请转到 -> https://docs.intercom.com/faqs-and-troubleshooting/the-intercom-messenger/can-i-move-the-messengers-position-on-my-product-or-site

【讨论】:

  • 初始化后有没有办法以编程方式更改它?例如,右侧安装的侧边栏会在它出现时将其推过?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2012-09-02
  • 1970-01-01
  • 2023-03-31
  • 2016-02-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多