get_conversations_layout
REQUIREMENTS
To be able to implement this guide, you need to learn how to insert PHP snippets to your website.
You can find guide here: WP Beginner
This function allows to display an interactive conversations list anywhere at your website
<?php
$height = 400; // Height of the list
echo Better_Messages()->functions->get_conversations_layout($height);