Hi @Mihnea ,
I see you have this link straight to the chat.
Mihnea https://##URL_TO_MCIC##/WFClient?WidgetType=WFClientChatWidget&CampaignID=##CAMPAIGN_KEY##&ClientName=
You can combine this with the javascript button action to open this link in a popup window.
use the following javascript code to open it in a small popup window, without toolbar:
window.open('http://www.google.com', '_blank','toolbar=no,width=250,height=250')
Where obviously you would replace http://www.google.com
with the chat link you posted.