server <- function(input, output, session) {
serverWelcome("welcome")
serverText("text")
serverImages("images")
serverButtons("buttons")
serverProgress("progress")
serverOther("other")
serverServerCol("server_col")
serverUploadFile("upload_file")
serverAnimation("animation")
serverLoader("loader")
serverPoptip("poptip")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.