From the course: Developing for Microsoft Teams
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Adding a simple tab - Microsoft Teams Tutorial
From the course: Developing for Microsoft Teams
Adding a simple tab
- [Instructor] Here I am in Microsoft Teams, and let's suppose that I want to add our organization's website right inside Teams. I can click the plus sign in tabs and is actually a website app that's already built. And it might not be high up in the list but you can search for it. There it is. And I'm going to call this Picturematic 'cause that corresponds to the name of the site. And then I'm going to type in a URL, which is HTTP. Now, if I type www.picturematic.com you'll notice it flags that as not being a valid URL. So everything in Teams has to be HTTPS. So, okay we've got an SSL certificate so we can use that. And I will post to the channel about the tab. I leave that checked. And if I save that, then the page renders right inside Teams and I can navigate inside here as well. So everything works except that if I reload this tab it will go back to the start page. So that's super easy to do any team owner can do it.…