Home Forums BP Better Messages Starting a chat with another user Reply To: Starting a chat with another user

#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);