Skip to content

Commit 65bc386

Browse files
committed
Add yammer web parts as option
Updated doc to include mention of Yammer web parts - fixes SharePoint#2040
1 parent eee738f commit 65bc386

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
Loading
Loading

docs/solution-guidance/yammer-integration-sharepoint-add-in.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Yammer integration in the SharePoint Add-in model
33
ms.date: 11/03/2017
44
localization_priority: Normal
55
---
6-
Yammer integration in the SharePoint Add-in model
7-
=================================================
6+
7+
# Yammer integration in the SharePoint Add-in model
88

99
## Summary
1010

@@ -14,7 +14,7 @@ The approach you take to integrate Yammer with SharePoint is the same in the new
1414

1515
As a rule of a thumb, we would like to provide the following high level guidelines to integrate Yammer with SharePoint.
1616

17-
- Yammer integration may be used in both on-premises and Office 365 SharePoint environments.
17+
- Yammer integration may be used in both on-premises and Office 365 SharePoint environments.
1818
- You can use the remote provisioning pattern to create Yammer groups and/or Yammer OpenGraph objects to facilitate conversations when you create new SharePoint sites.
1919
- You can use the out-of-the-box embed functionality to quickly and easily integrate Yammer with SharePoint.
2020
- To use embed you need a HTML container 400 pixels or larger in your application.
@@ -24,11 +24,22 @@ As a rule of a thumb, we would like to provide the following high level guidelin
2424

2525
You have a few options to integrate Yammer with SharePoint.
2626

27+
- Yammer Web Parts
2728
- Embed
2829
- Group, Topic, My, and User Feeds
2930
- OpenGraph Feeds
3031
- Yammer OpenGraph API and/or Yammer REST API with Yammer SDKs
3132

33+
## Yammer Web Parts
34+
35+
Two web parts are included for integrating Yammer conversations in a SharePoint webpage. When adding a web part to a modern page, enter the search term "yammer" to view the available web parts:
36+
37+
![Default Yammer web parts included in SharePoint](media/Recipes/Yammer/YammerWebParts.png)
38+
39+
Once you have added a web part to the page, configure it using the property pane to include the desired Yammer conversations.
40+
41+
![Yammer Conversation web part configuration](media/Recipes/Yammer/YammerConversationWebPart.png)
42+
3243
## Embed
3344

3445
In this option you embed a Yammer feed in a SharePoint webpage.

0 commit comments

Comments
 (0)