Yammer Embedd not working in Microsoft Edge

Steel Contributor

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 pop up stating the site is trying to close the window. They choose yes and are back to the login prompt. Screenshot below. I am embedding via a Javascript file with the code from yammer in it, linked to a Content editor web part. Any suggestions would be appreciated!yammer.PNG

4 Replies
Have you tried to add the Yammer Embed code in a Script Editor WebPart?
Does anything work in Edge? :smirking_face:

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. 

 

https://techcommunity.microsoft.com/t5/SharePoint/Script-Editor-Web-Parts-amp-Google-Chrome-57-don-t...

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>"