I need to put link to chat in Viber on this site. This link looks like this:
<a href='viber://chat?number=ххххххххх' target='_blank'>Link</a>
But it doesn't work! If I use code above on site, eventually it gives this link:
<a href='//chat?number=ххххххххх' target='_blank'>Link</a>
I can guess, wordpress (or maybe plugin JetPack, I don't know) deletes unfamiliar protocols (but leave protocols like https, http).
So my question - what is the problem and how can I fix it without javascript (js forbidden :( )?