【问题标题】:Yammer embedded Object.Keys: argument is not an objectYammer 嵌入 Object.Keys:参数不是对象
【发布时间】:2017-02-09 14:50:31
【问题描述】:

我尝试在 Office 365(SharePoint Online) 中实现 Yammer。我添加了这段代码:

yam.connect.embedFeed({
                        "container": "#embedded-feed",
                        "network": "*",
                        "feedType": "open-graph",
                        "config": {
                            promptText: "test",
                            use_sso: true,
                            showOpenGraphPreview: false,
                            header: false,
                            footer: false,
                            defaultToCanonical: false
                        },
                        objectProperties:
                            {
                                url: window.location.href,
                                title: document.title,
                                image: "/Style Library/graphics/content/logo.svg",
                                type: "page"
                            }
                    });

代码在 chrome 中工作,但在 Internet Explorer 10 和 11 中,配置器不会出现同样的问题

https://www.yammer.com/widget/configure

有解决办法吗:)

【问题讨论】:

    标签: sharepoint office365 yammer


    【解决方案1】:

    好吧,就我而言,导致问题的原因是网络。网络名称不正确

    如何获取正确的网络名称:

    1. Go tohttps://www.yammer.com/office365/admin
    2. In the menu go to Configuration
    3. Under General you find Network name.
    

    【讨论】:

      猜你喜欢
      • 2018-11-13
      • 2018-10-31
      • 1970-01-01
      • 2022-08-18
      • 2011-11-15
      • 2020-10-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多