Forum Discussion
Niclas Carlsson
Mar 22, 2017Copper Contributor
Yammer integration for comments on news pages
Hi We're looking into using a SharePoint Framework web part that we can add to pages for handling comments on the page. The default Yammer web part can only connect to a feed, group or person bu...
Marwen KAROUI
Sep 21, 2018Copper Contributor
HI
you can use object properties like this :
yam.connect.embedFeed({
container: "#YammerComments",
network:'xxxxxx.onmicrosoft.com',
feedType: "open-graph",
config: {
header: true,
footer: true
},
objectProperties: {
title:pageTitle,
description:page,
url:pageUrl,
}
});