channelInformation_fun <- function(messageReference, sender, messageDateTime) {
sprintf(
'{"messageReference":"%s","sender":"%s","messageDateTime":"%s"}',
messageReference, sender, messageDateTime
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.