Forum Discussion
Robert Woods
Jun 27, 2017Iron Contributor
Yammer Embedd not working in Microsoft Edge
I use a yammer embedded feed on our intranet homepage, works fine in all browsers except edge. Users experience in Edge is that they are prompted to login, and when they click the button they get a p...
Robert Woods
Jun 28, 2017Iron Contributor
Yes I moved away from using it in a script editor webpart because it was causing errors in Chrome when trying to edit a page. I cant recall if it was working properly there or not though. I will test it out.
Robert Woods
Jun 28, 2017Iron Contributor
Looks like it does the same thing in the script editor. script I am using is below. pulled it directly from the yammer site.
"<script type="text/javascript" src="https://c64.assets-yammer.com/assets/platform_embed.js"></script>
<div id="embedded-feed" style="height:397px; width:100%;"></div>
<script>
yam.connect.embedFeed({
container: '#embedded-feed',
network: 'mynetwork.com' // network permalink (see below)
});
</script>"