250 likes | 482 Views
Maarten Eekels. Yammer integration options in SharePoint. Maarten Eekels. Contact meekels@portiva.nl www.eekels.net. CTO at Portiva / P-TSP at Microsoft Speaker, blogger Top 25 European SharePoint Influencers 2014. Agenda. SharePoint and Yammer – a brief history Yammer overview
E N D
Maarten Eekels Yammer integration options in SharePoint
Maarten Eekels Contact meekels@portiva.nl www.eekels.net CTO at Portiva / P-TSP at Microsoft Speaker, blogger Top 25 European SharePoint Influencers 2014
Agenda • SharePoint and Yammer – a brief history • Yammer overview • Yammer integration options for SharePoint • Troubleshooting tips • Future roadmap
19 March 2013 GO JaredSpataro, Senior Director, Microsoft Office Division
But… • What about SharePoint on-premises? • Two user profiles? • I love the “follow content” option in SharePoint! • Where do we store content anyway? ?
April 2014 – Getting there Yammer & SharePoint On-Prem Integration Starting Document Conversations (“Post”) Simplified Login Yammer for Dynamics CRM Windows 8 & Windows Phone Apps 2014 2013 SSO & DirSync Guidance SharePoint ServicePack1 Yammer Default in Office 365 Yammer Guidance Yammer Enterprise in Office 365 Yammer App for SharePoint
Integration options • Yammer App • Yammer Embed • REST API
Yammer Embed • Customizable JavaScript widgets • Display My Feed, a Group Feed, a Topic Feed, a User Feed or an OG object feed. • Users will need to log in to view the feed (since April 2014 SSO is possible) • The feed is restricted to users of the network specified
Yammer Embed <div id="embedded-feed" style="height:800px;width:400px;"></div> <script src="https://assets.yammer.com/assets/platform_embed.js"></script> <script> yam.connect.embedFeed({ container: "#embedded-feed", network: "sharepointsushi.onmicrosoft.com", feedType: "group", feedId: "3326421“, config: { use_sso: true, header: true, footer: true } }); </script> https://www.yammer.com/widget/configure https://developer.yammer.com/connect
Troubelshooting tips • Blank dialog after login Add following sites to Trusted Sites zone in IE: https://*.yammer.com https://*.assets-yammer.com • Auto login doesn’t work in Office 365 Adda hidden HTML IFRAME element (using HTML Form Web Part or Embed Code snippet) on the same page as the Yammer Appwithsrcattributepointingto /_layouts/15/Yammer.aspx page. HTML Source: <iframesrc="/_layouts/15/Yammer.aspx" style="display: none"></iframe>