Forum Discussion
rdonp
Apr 10, 2020Copper Contributor
Adding a 3rd party live chat window with javascript
My client would like to have a "live chat" window on a Modern Team SharePoint site with a floating element. The third party the client wants to use, sent some JavaScript and HTML and insists it will ...
Sudharsan K
Apr 11, 2020Iron Contributor
Hi,
The better way to implement the above is to use SPFx Application extension and target the footer element. The chatbot will appear on all the pages.
The better way to implement the above is to use SPFx Application extension and target the footer element. The chatbot will appear on all the pages.
rdonp
Apr 13, 2020Copper Contributor
Ok thanks for pointing me in a direction.