This shortcode adds a button to the page, by clicking which, a dialog with the user opens.

shortcode item
  1. Choose the shortcode block in page editing menu
  2. Fill the field with ic_open_dialog id=”1″ name=”Chat with Admin”

Parameters:

  • id – user identification number on your site,
  • class – the name of the class for the button (if there is a need to use your own styles and classes),
  • name – button text,
ic_open_dialog shortcode

You can also add shortcode with PHP

echo do_shortcode('[ic_open_dialog id="1" name="Chat with Admin"]');