SharePoint online yammer integration

In this tutorial, we will see sharepoint online yammer integration. How to integrate Yammer into the SharePoint Online page. We will see how to embed Yammer group feed in SharePoint page in SharePoint 2013/2016/2019 and SharePoint Online.

Microsoft has newly introduced an enterprise social networking service used for private communication called Yammer. We can use as feed in both SharePoint classics page and modern page.

Embed yammer group feed in SharePoint

Now we will see how to embed Yammer group feed in SharePoint Online Page.

Step 1: Before starting this service, you should have a Yammer account. Open Yammer home page.

Step 2: Once you logged in to your Yammer site, You can able to see your home page just like the below screenshot.

sharepoint online yammer integration
sharepoint online yammer integration

Step 3: Now you have to create a group inside Yammer so you can feed the same activity inside your SharePoint application.

embed yammer group feed in sharepoint
embed yammer group feed in sharepoint

Step 4: Once your new group has been created, open that group and post anything. There is an option in right side footer part to embed the feed in your site. Please look into the screenshot.

sharepoint embed yammer group
sharepoint embed yammer group

Step 5: Next copy the code and add it inside a Script Editor Web part in your application in SharePoint Online or SharePoint 2013/2016 page. Next, click on Ok and save the page.

<div id="embedded-feed" style="height:800px;width:400px;"></div>
<script type="text/javascript" src="https://s0-azure.assets-yammer.com/assets/platform_embed.js"></script>
<script type="text/javascript">
yam.connect.embedFeed({
  container: "#embedded-feed",
  network: "pikasha.onmicrosoft.com",
  feedType: "group",
  feedId: "1099464704"
});
</script>

Step 6: You will now see the Yammer feed appear on the page

embed yammer feed in sharepoint page
embed yammer feed in sharepoint page

Step 7: You can add the same Yammer service in Modern page without copying the code. It will appear on the page while adding a Web part.

embed yammer in sharepoint
embed yammer in sharepoint

Step 8: Now my feed will appear in the SharePoint page like below:

embed yammer group feed in sharepoint
embed yammer group feed in sharepoint

Clicking on Like or Comment button takes you directly to Yammer account.

You may like following SharePoint tutorials:

I hope this article will help in sharepoint online yammer integration and how to embed yammer group feed in SharePoint Online/2013/2016/2019.

  • >