While I am here I might as well add in some of my other contributions. I added a custom page template that works very well with the chat system for chat only pages. This link is meant to pop out from my blog as its own window. https://therpgtable.com/chat/
Template code
<?php
/**
* Template Name: Chatpage Mod use only
*/
get_header();
$view = quest_get_view();
?>
<?php
echo do_shortcode(‘[wise-chat channel=”channel name”]’);
?>
<?php get_footer();
?>