library(tidyverse)
purrr::walk(params$custom_plot$plot, function(plot){ print(plot) cat("\n") })
if(params$append_custom) print(params$append_custom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.