WebSite X5Help Center

 
Thomas S.
Thomas S.
User

Call Links in Footer and Header  en

Автор: Thomas S.
Просмотрено 2048, Подписчики 2, Размещенный 0  

Is it possible or will it become possible to add Phone Call Links into the header or footer?

Размещено
5 Ответы - 1 Полезно
Andre E
Andre E
Moderator

You can create this yourself.

set <a href="call:123-456-7890">123-456-7890</a>

In a text object, set the html option on in the text object and place it anywhere you like.

It is not the software that recognises the number or makes it a tel nr. it is the phone that recognises this.

But on a desktop it will not work offcource.

Bet Regards,

Читать больше
Размещено От Andre E
Thomas S.
Thomas S.
User
Автор

 Yes but I don't think you would have any control over the text size?

Читать больше
Размещено От Thomas S.
Andre E
Andre E
Moderator

Yes you can set text type's normaly.

But if it does not work on a mobile ( I did not test this) or one part does not, like colour, you can set it in the code, i can explain it here, but there are spaces on internet where it is already written.

see here: https://www.w3schools.com/html/html_links.asp

or here: http://www.echoecho.com/htmllinks02.htm

small example:

<a href="call:123-456-7890" style="color: rgb(0,255,0)"><font color="FF00CC">123</font>453</a>

Читать больше
Размещено От Andre E
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...or to assign the LINK, ... choose the File or URLInternet file  option and type in the URL address that gives its position on the Internet;  for example:

tel:0123456789     

tel:+440123456789        (+44    x en)

... or use the TAG <A> in Object HTML Code; for example:
<a style="font-size:22px;text-decoration:none;color:blue" href="tel:9876543210">Click Here To Call Support 987 654 3210</a>

(IT) - Per assegnare il COLLEGAMENTO, ... scegliere l'opzione  File o URL | File su Internet e digitare l'indirizzo (URL) che ne identifica la posizione in rete;   per esempio: tel:+390123456789

... oppure usi il TAG <A> in Oggetto Codice HTML; per esempio:
<a style="font-size:22px;text-decoration:none;color:blue" href="tel:9876543210">Click Here To Call Support 987 654 3210</a>

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Andre E
Andre E
Moderator

Even better KolAsim! thx!

Читать больше
Размещено От Andre E