Hello,
why link? there is not a link to open a chat window, everything works with javascript and jquery.
Opening a chat window from an external application such as Community builder requires a code such as the following:
Code: |
jQuery('div[data-sessionid=jvqbvmc64pa5un49r7vl4gdv17]').trigger('click');
|
and for each user you need to specify the current session id that in the example is the part 'jvqbvmc64pa5un49r7vl4gdv17'
You need to generate the button in community builder using PHP in this way.
--
Best regards