Everybody knows that Yammer will be integrated with the SharePoint 2013. There are couple of phases in which integration will be done: Basic Integration and Deep Integration.
In Phase 1, they are just planning to replace the NewsFeed with the Yammer feed. So for this you can either use the Web Part (which was provided for SP2010) or embed code provided by yammer. Also App for SP 2013 has been released; so we can have this option. In Phase 2, we will have single sign on and more features.
The steps are very easy to follow. We will see them one by one. Note: here you will see screenshots of SharePoint 2013, no need to worry, as the steps for other SharePoint versions are very similar.
Similarly you can place the Yammer web part on the search result page and configure it for the Search App and save the page. You will start to see the search results of yammer on share point page. You can also post messages, reply to message, like and follow the message using this web part. It provides all the social features of yammer in SharePoint. The Yammer web part was released for the SP 2010 but you can still use it in SP2013 but there is App in market for SP2013 Search Web part on search results page: My Feeds On My Page:
So once you put the embedded code on a page (here for case study we will put embedded code on the DispForm.aspx or display page of list) , it renders the Yammer UI which displays conversation and provides the controls to comments and for other social things. Initially it is empty as no message has been posted, but as soon as the first message get posted from that page from the UI which is generated by embed code, the Object gets created in Yammer. And all conversation and social activities on this page (DispForm.aspx) happens around this Yammer Object only. This Object is created uniquely and remembered using the actual URL on which Embed code is placed (here in our case it is DispForm.aspx page). In SharePoint the list or document library has single display form page but it has different URL for different list items or documents. And we can use these URLs and start commenting on the particular list item or document.
Steps to configure it are very simple, let’s see them one by one:
yam.connect.embedFeed({
container: "#embedded-feed",
network: "Network Name",
feedType: "open-graph",
objectProperties: {
type: "page",
},
private: true,
});
<
div
id
=
"embedded-feed"
></
>
Here you need to put the name of your network. And choose the appropriate type.
3. Upload this html file to the SharePoint library and remember the address of file which will require afterwards. 4. Go to the DispForm.aspx (choosing any document or list item). 5. Start editing the page. You can also choose the SharePoint designer to edit this page. 6. Add the Content Editor Web part in the web part zone. 7. Point content editor web part to the html file using the URL of file by editing web part. 8. Save the web part page settings. 9. Save the page.
After following these steps you can start commenting on each list item or document in yammer separately as shown in below screenshot.
Same way you can use Like and Follow’s embed code. You can use this to replace OOB Comment web part provided by SharePoint 2013. You can use this for list, document library, task list, calendar, blogs, etc. In this way without so much coding you can start Yamming on your SharePoint environment.
Naomi N edited Revision 9. Comment: Minor edit
Gokan Ozcifci edited Revision 8. Comment: toc isn't working
Rahul A Shinde edited Revision 7. Comment: code block added
Rahul A Shinde edited Revision 4. Comment: some snapshots added for more clearance
Rahul A Shinde edited Revision 3. Comment: Information about yammer added
Gokan Ozcifci edited Revision 1. Comment: Formatting
Naomi N edited Original. Comment: Minor edit
I think you need to add some background information about what Yammer is for people not familiar with the technology
Hi Naomi,
Thank you for the feedback. I will add information about yammer technology. Does it look good if I create a new article only on Yammer technology rather than adding paragraphs here and then provide link in this topic? It will keep this topic short and crisp around yammer and SharePoint. What do you think is best?
Either way is good. I like you added a bit info at the top. I also attempted to create TOC, but I think we need to work on formatting a bit now. Fell free to remove toc and change the formatting