-
Microsoft Teams External Sharing with Anyone
In my last post I described how to turn on External Sharing of Files and Folders within Microsoft Teams, during which you may have noticed the Anyone option was disabled.
-
Disable mobile auto-redirect for SharePoint anonymous access website
The quickest way for all mobile devices and browsers add the following to the web applications web.config file: View the code on Gist. However for a more granular approach, edit the App_Browsers\compat.browser changing the following to “false” for the relevant userAgent: View the code on Gist.
-
SharePoint Online Public Site: adding JS & CSS references to a Master page
I’m not going to describe the process of creating a custom master page from end to end, as there are plenty of good articles and blogs out there already. I just want to share one possible pitfall that I fell into… As any owner of a website might, I decided to create a new master…
-
SharePoint Online Public Site: how to access the Webpart Gallery
When working with SharePoint Online’s Public Site you may have noticed that you do not have access to the Webparts Gallery from the Settings page. It would appear that, at least for my version of O365 SharePoint, Microsoft has hidden the “Web parts” link from the Settings page. If you need to manage your custom…