Skip to content

Instantly share code, notes, and snippets.

@phillipharding
Created January 12, 2015 14:20
Show Gist options
  • Save phillipharding/ef4ca2b0c18adfae74fd to your computer and use it in GitHub Desktop.
Save phillipharding/ef4ca2b0c18adfae74fd to your computer and use it in GitHub Desktop.
Yammer Embed
<html>
<head/>
<body>
<div id='embedded-feed' style='height:500px;width:100%;'></div>
<script src='https://c64.assets-yammer.com/assets/platform_embed.js' type='text/javascript'></script>
<script>
yam.connect.embedFeed({
container: '#embedded-feed',
network: 'sharepointusergroupukcommunity',
/*feedType: 'group',
feedId: '2882317',*/
config: { header: true, footer: false }
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment