Yammer Embedded using Nanoflow

0
I am trying to embed Yammer share Popup in my application using Nanoflow, not able to find the correct URL for Yammer. But I have implemented embedded teams using Nanoflow using Logic : var HostURL = encodeURIComponent(window.location.href); var TeamURL = 'https://teams.microsoft.com/share?href='+ HostURL; window.open(TeamURL,"ms-teams-share-popup","width=600, height=500"); I want to use the same logic for Yammer, just need the URL. If anybody has worked on that please help me.  
asked
0 answers