Feature SharePoint video playlist on page

The video playlist feature was released just yesterday, but of course the MVP is quite limited. I did however find our a neat trick: You can create a nice overview of the videos in the playlist using the embed webpart! Simply use the embed webpart with the link of the…

Swap the URLs of two SharePoint Online sites

Or how to remove SharePoint redirect sites the right way! In some occasions you will want to change the URL of an SharePoint Online site. Maybe the function has changed or the team name for example. You can do that wiht the PnP PowerShell commandlet: Rename-PnPTenantSite. When you do so…

Full Progressive WebApps support in SharePoint!?

EDIT: I havent been able to get this to work reliably. The manifest is not always installed correctly because of a CORS error, haven't found a solution yet. Quick post to show something I just found out. Seems like the W3C recently introduced the .webmanifest extension for Progressive WebApp manifest…

Actionable email with HTTP Post action to Microsoft Flow

This is a short post showing how to collect button clicks from an actionable email that contains an adaptive card. In http://www.msclouddeveloper.com/finishing-the-support-incident-scenario I show how to send back an adaptive card in an email. But I also say that I hadn't succeeded yet in using a…