2017-02-09 4 views
1

Office 365 (SharePoint Online)에 Yammer를 구현하려고합니다.Yammer embedded Object.Keys : 인수가 개체가 아닙니다.

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

이 해결 방법은

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" 
          } 
        }); 

코드는 익스플로러 10 크롬이 아니라 인터넷에서 작동하고 (11)는 동일한 문제가 구성 프로그램과 happends되지 않습니다 :) :이 코드를 추가

답변

1

제 경우에는 네트워크가 문제의 원인이었습니다. 네트워크 이름이 올바르지 않습니다이었다

올바른 네트워크 이름을 얻는 방법

:

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