Apr 24 2019 05:31 PM
Hi.
I have used the Yammer embed code and added it to my SharePoint OnPrem 2013 page in script editor.
I now want to personalise it to some extent and I read somewhere you can do that using 'Config' which I copied from the Yammer Widget Conig but it is not changing anything.
This is my embed code at the moment (network name removed), I added the bold config text which I copied bits from the widget mentioned above. Can anyone help with how I should be adding the widget config to an existing yammer embed code?
<div id="embedded-feed" style="height:1000px;width:1100px;"></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: "XXXXX.com",
feedType: "group",
feedId: "all",
"Config": {
"header": true,
"footer": true,
"hideNetworkName": true
}
});
</script>