#' @export
drop_share2 <- function(...) {
out <- rdrop2::drop_share(..., short_url = FALSE)
out$url <- sub("www\\.dropbox", "dl.dropboxusercontent", out$url)
out
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.