A
A
azaza2019-11-04 22:36:52
HTML
azaza, 2019-11-04 22:36:52

Yandex mail, html signature, editor cuts links?

Hello everyone
In general, I'm trying to insert a signature through firebug
Everything seems to be ok, but the editor cuts links to phones of the form Normal links does not cut How to get around? phone links must be working <a href="tel:+79650021212">+79650021212</a>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nadim Zakirov, 2019-11-04
@zkrvndm

It's very simple, create a php-handler on your site which accepts GET as input and redirects to a read number. In the letter, instead of a phone number, you give a link to the handler:

<a href="https://site.ru/handler.php?tel=+79650021212">+79650021212</a>

A
Alexander, 2019-11-05
@NeiroNx

I would write to support, because tel links cannot be replaced - in phones, the number is immediately inserted into the dialing
and the same story with mailto.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question