library(tidyverse)
defaultW <- getOption("warn") options(warn = -1) purrr::walk(params$custom_plot$plot, function(plot){ print(plot) cat("\n") }) options(warn = defaultW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.