Embed Inbox View

The following code can be used to add embed complete chat as an inbox into a WordPress post/page:

<div class="iflychat-embed-full-chat" data-height="600px" data-width="100%"></div>

It has two attributes:

  • data-height - This attribute decides height of the embedded chatroom.

  • data-width - This attribute decides width of the embedded chatroom

The popup chat won't work on the page if this inbox view is being used on the page.

Last updated