Where would I place the code in order to have my chat work?
var thread_id = 1;
//Thread ID, that should exist
var open = true;
//true or false, this mean if mini chat showing maximized or minified
BBPMOpenMiniChat(thread_id, open);
Hi my messages don’t seem to work