Jun 27 2017 07:57 AM
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!
Jun 27 2017 02:12 PM
Jun 28 2017 06:50 AM
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.
Jun 28 2017 07:07 AM
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>"