Sharepoint 2013 Yammer embed未加载到SP2013的IE 10上

Sharepoint 2013 Yammer embed未加载到SP2013的IE 10上,sharepoint-2013,yammer,Sharepoint 2013,Yammer,我们在IE10上使用Yammer嵌入时出错。 使用Sharepoint 2013(奥斯陆母版-ootb)并添加了一个包含以下代码的内容编辑器,请注意,如果您使用的是IE11,但没有使用IE10,则该编辑器可以工作 <script src="https://assets.yammer.com/assets/platform_embed.js"</script> <div id="embedded-feed" style="height:530px;width:320px;"

我们在IE10上使用Yammer嵌入时出错。 使用Sharepoint 2013(奥斯陆母版-ootb)并添加了一个包含以下代码的内容编辑器,请注意,如果您使用的是IE11,但没有使用IE10,则该编辑器可以工作

<script src="https://assets.yammer.com/assets/platform_embed.js"</script>
<div id="embedded-feed" style="height:530px;width:320px;"></div>
<script> 
  yam.connect.embedFeed({
  "config": {
  "use_sso": false,
  "header": false,
  "footer": false,
  "showOpenGraphPreview": false,
  "defaultToCanonical": false,
  "hideNetworkName": false
},
"container": "#embedded-feed"
});
</script>

您遇到了什么错误?提供更多细节将有助于你得到答案。使用www.yammer.com/widget和www.yammer.com/widget/configure在SharePoint外部测试嵌入。您遇到了什么错误?提供更多细节将有助于你得到答案。使用www.yammer.com/widget和www.yammer.com/widget/configure在SharePoint外部测试嵌入。