Forum Discussion
Oskar Kuus
Sep 17, 2020Iron Contributor
Teams app - open a webpage?
I want to create an simple app in Teams that just opens a webpage in Teams. I want users to click on a icon in the left menu and a webpage should load. How can i do this? I have tried usi...
Hilton Giesenow
Sep 18, 2020Brass Contributor
Oskar Kuus I assume you've set this up as a "Tab" in your app, and as a "personal" tab? Either way, not every web page can be embedded as a tab in this manner - have a look at the Tab requirements https://outlook.vivoenergy.com/owa/languageselection.aspx, especially the last point, that the page needs to reference the Javascript sdk and then call `microsoftTeams.initialize()`. If this is a page you don't own, what you could do as a workaround is to host your own page, which simply iframes in the final page.