split_fun = function( entry, pos ){ 
  res = unlist( stringr::str_split( entry, " // " ) )
  if (length(res) > 1){
    return( res[pos] ) 
  } else{ 
    return( "" ) 
  }
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.