tabText <- f7Tab(
title = "Chat",
tabName = "chat",
icon = f7Icon("chat_bubble_2"),
# this is the message container. Everything happens on the server side!
f7Block(
f7Messages(id = "mymessages", title = "My message")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.