get_conversation_layout
Outputs single conversation layout, for embedding somewhere for custom purposes
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
Compatibility
This function compatible with Better Messages 2.0.55 or higher
<?php
$thread_id = 123; //Conversation ID to display
echo Better_Messages()->functions->get_conversation_layout( $thread_id );