Yammer used for page comments in SharePoint Online, initially says "The feed you've requested does not exist"

I am trying to use Yammer for a per-page comment platform. This seems to require placing a Yammer embed in each page and configuring the embed to use Open-Graph.

 

Why does the feed initially say "The feed you've requested does not exist." for every new page? The default should read "There are no messages in this feed."

 

My embed code looks like this:

<div id="embedded-feed" style="height:400px;width:500px;"></div> 
<script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script> 
<script type="text/javascript"> yam.connect.embedFeed({ 
	container: "#embedded-feed"
	, network: "myyammernetwork.com"
	, feedType: "open-graph"
	, config: {
		use_sso: false
		, showOpenGraphPreview: false
		, header: false
		, footer: false
		, promptText: "Comment on this page..."
	}
	, objectProperties: { url: window.location.href, type: "page" }
});
</script>

You can see at the following link, following the instructions, it results in "there are no messages in this feed."

https://support.office.com/en-us/article/Use-Yammer-Embed-instead-of-the-Yammer-app-for-SharePoint-2013-and-SharePoint-Online-812c752b-3586-4f67-accb-49cd3724dcc1?ui=en-US&rs=en-US&ad=US#CommentFeed


 

 

 

April 29th, 2015 4:32pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics