Hiding SharePoint Navigation Links when viewing a page
- Tony Ogilvie
- 2 days ago
- 1 min read
Sometimes in SharePoint you might want to share a link to a Page, but hide all the Navigation fluff at the top ... you know ... these bits at the top and side shown in yellow below:

Why? Maybe you want to embed the page in an App, or use it for display on a company Screen, or maybe you want to avoid users clicking links they shouldn't ... !
Good news is it's pretty straightfoward ... all you need to do is append ?env=WebView to the end of the page URL, e.g.,
https://mytenant.sharepoint.com/sites/EXT-OTAGEM-00005/SitePages/DEMO.aspx becomes
https://mytenant.sharepoint.com/sites/EXT-OTAGEM-00005/SitePages/DEMO.aspx?env=WebView
and voila! The page is shown, without the Navigation fluff!

.... handy!