Home › Forums › BP Better Messages › Starting a chat with another user › Reply To: Starting a chat with another user
March 21, 2018 at 8:40 pm
#6133
Guillermo
Participant
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);