How to embed chatroom in WordPress

How to embed chatroom in WordPress

The following WordPress shortcode can be used to add embed chatroom in a WordPress post/page:

[iflychat_embed id="c-0" hide_user_list="yes" hide_popup_chat="no" height="550px"]
 
It has four attributes:
  • id - room id
  • hide_user_list - This attribute can be used to show/hide user list next to the embedded room. Valid values are "yes" and "no".
  • hide_popup_chat - This attribute can be used to hide popup chat from the page. Valid values are "yes" and "no".
  • height - This attribute decides height of the embedded chatroom 
 
Note that you should be using a premium plan in order to be able to use embed chatroom.