#Checks if Client-ID is set.
provided_client_id = function()
{
if("Client-ID" %in% names(options()$httr_config$headers)) return(TRUE)
return(FALSE)
}
#No Client-ID error
#err_no_id = 'stop("Please set a Client-ID value with twitch_auth().")'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.