break.labels <- function(labels,label.width){
sapply(labels,function(label){
Reduce(function(x,y){paste(x,y,sep="\n")},
strwrap(label,label.width))
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.