require(shiny)
require(hrimodules)
ui<-fluidPage(iframe_ui("test"))
server<-function(input,output,session){
callModule(iframe_server,id="test",url = "https://www.google.com")
}
shinyApp(ui,server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.