Created
January 12, 2015 14:20
-
-
Save phillipharding/ef4ca2b0c18adfae74fd to your computer and use it in GitHub Desktop.
Yammer Embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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