I'm using the Tawk.to plugin to add a live chat to my website, and want to let customers open the chat by clicking a text link. Tawk.to gave me this link but when I paste that into my Wordpress editor it disappears as soon as I save the page. I paste it in the text screen as well as by inserting it as a hyperlink on the visual editor screen.
This is the link: <a href="javascript:void(Tawk_API.toggle())"> Click to Chat </a>
This is what I completely have on the website:
<div class="text">
<div class="phone"><strong>Vragen?</strong> <i class="fa fa-comments"></i><a href="javascript:void(Tawk_API.toggle())"> Click to Chat </a></div>
Does anyone know why it disappears and how it can be fixed?