#' Get comments for one video based on its video ID.
#'
#' @param x A string
#' @return All the comments on the video with video ID. of \code{x}
get_comments_by_id <- function(x){
commentData <- get_all_comments(video_id = x)
print(commentData)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.