You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/yammer-integration-sharepoint-add-in.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Yammer integration in the SharePoint Add-in model
3
3
ms.date: 11/03/2017
4
4
localization_priority: Normal
5
5
---
6
-
Yammer integration in the SharePoint Add-in model
7
-
=================================================
6
+
7
+
# Yammer integration in the SharePoint Add-in model
8
8
9
9
## Summary
10
10
@@ -14,7 +14,7 @@ The approach you take to integrate Yammer with SharePoint is the same in the new
14
14
15
15
As a rule of a thumb, we would like to provide the following high level guidelines to integrate Yammer with SharePoint.
16
16
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.
18
18
- 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.
19
19
- You can use the out-of-the-box embed functionality to quickly and easily integrate Yammer with SharePoint.
20
20
- 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
24
24
25
25
You have a few options to integrate Yammer with SharePoint.
26
26
27
+
- Yammer Web Parts
27
28
- Embed
28
29
- Group, Topic, My, and User Feeds
29
30
- OpenGraph Feeds
30
31
- Yammer OpenGraph API and/or Yammer REST API with Yammer SDKs
31
32
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
+

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
+

42
+
32
43
## Embed
33
44
34
45
In this option you embed a Yammer feed in a SharePoint webpage.
0 commit comments