render_plot_window <- function() { renderUI({
fluidPage(
# This window is managed outside of shiny in plotwindow.js
tags$head(tags$script(src = "plotwindow.js")),
fluidRow(
column(12,
tags$div(id = "plotOutput")
)
)
)
})}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.