fix_algorithm_id <- function(algorithm_id) {
algorithm_id = stringr::str_replace_all(algorithm_id, "\\.", "_")
algorithm_id = stringr::str_replace_all(algorithm_id, ":", "_")
algorithm_id
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.