How to embed a Website inside a Shiny App

Hi guys, please I do not have any code to show, but I was wondering whether it is possible to embed a website inside a shiny application, such that the website is rendered inside a tab in shiny.

If you have any tips or links to resources, please can you share? Thanks as always!

Hi, we can use iframe inside HTML(), like:
HTML('<iframe width="500px" height="500px" src="https://safhi.me"></iframe>')

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.