Monday, 26 August 2013

Get only Textual format of Yammer updates

Get only Textual format of Yammer updates

I am trying to ember Yammer into one of the intranet applications.
<script data-app-id="hyB2pTvrL36Y50py8EWj6A"
src="https://assets.yammer.com/platform/yam.js"></script>
<script> yam.connect.embedFeed({
container: "#embedded-feed",
network: "xxxxxxx",
feedType: "group",
feedId: "all"});
</script>
<div id="embedded-feed" style="width:800px;height:200px;"></div>
I could see all the data from Yammer, but the issue is it's showing
unwanted information such as Company Name and Logout and scrolling bar
etc..
I have checked through Yammer api, couldn't find anywhere where I can get
plain textual representation of Data or way to represent the Yammer
updates in textual format like RSS.
Anyone has any idea on this?

No comments:

Post a Comment