I’ve resolved this if anyone would like to use the code add this code in the site header:
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script>
var refreshId = setInterval(function()
{
$('#responsecontainer').load('https://spartantraderfx.com/trading-chatroom/ #responsecontainer > ul'); }, 5000);
</script>
where #responsecontainer is the div in which [addw2p name=”chat”] sits (the call for the latest chatter widget).
Thanks again for the plugin.
K