Forum Discussion
Yammer feed in Web Content Widget
Hi,
Has anyone managed to embed a Yammer feed into a Web Content Widget?
Struggling to get it to work.....
Cheers
Mark
7 Replies
- djnww
Impactful Individual
Anonymous
I tried embedding one of our company's yammer feeds into a dashboard tile and it seems that Power BI and Yammer do not authenticate each other's credentials, even though we are all on the same network, Office 365, and Active Directory.
I could have approached this the wrong way. Anyone have any ideas ?
Our plan is to embed individual yammer feeds into their related dashboards. This will get our users talking, collaborating, and analysing dashboards/reports on one single platform.
- AnonymousNot applicable
Hi,
I tried it like this using the Yammer embed code:
<div id="embedded-feed" style="height:800px;width:400px;"></div>
<script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script>
<script type="text/javascript"> yam.connect.embedFeed({
container: "#embedded-feed",
network: "##########",
feedType: "group",
feedId: "##########",
config: {
use_sso: true // this line enables SSO
, header: true
, footer: true
, showOpenGraphPreview: false
, defaultGroupId: ########## // specify default group id to post to
}});
</script>And tried it with and without SSO but no joy either way. Tested the code in an html file and it worked fine in my browser.
I've logged a support ticket so will see what they say...
Cheers
Mark
- djnww
Impactful Individual
Thanks :) Please share your results. Looking forward to some good news.
- djnww
Impactful Individual
I'd like to know as well.
The community has actually requested for PowerBI and Yammer integration. As such, I think the answer is no. But hopefully there's a workaround.