WebSite X5Help Center

 
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
User

How to make a picture call to my cell phone immediately when the user clicks  en

Автор: ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
Просмотрено 1520, Подписчики 1, Размещенный 0  


i want when the visitor sees the picture with the phone i put in the site click on the picture and the phone dials automatically dials my phone

Размещено
8 Ответы - 1 Полезно - 1 Корректно
Andre E
Andre E
Moderator

Goto link option, select phone.

This does not work always and that is caused by the browser and settings of the user/visitor. X5 can't do much about these.

goodluck.

Читать больше
Размещено От Andre E
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
User
Автор

i would like to put html code in the picture <a href="tel:6982776547"> ...... jpeg </a> how could i do it manually?

Читать больше
Размещено От ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
Esahc ..
Esahc ..
Moderator

The steps provided by Andre embeds the link in the photo, we use WX5 so we do not have to hand code under most circumstances, why would you wish to?

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

If you use the link like posted before, then you get it, the way you want it. working with code get's you the same, but with a lot more hassle.

But if you want to use html, search internet. For example:

https://stackoverflow.com/questions/1608548/how-to-trigger-a-phone-call-when-clicking-a-link-in-a-web-page-on-mobile-phone

Manualy:

enter the picture in step1, statistics and code, tab Code, if you keep files as default the picture adress to use in your html code would be: yourwebsiteadres/files/yourpicturename.jpg 

But like Eshac say s why??? Your making it yourself without any need, more difficult.

Читать больше
Размещено От Andre E
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
User
Автор

because i have website x5 13 and it is calling via skype. i want the call to be direct with the phone

Читать больше
Размещено От ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
Esahc ..
Esahc ..
Moderator

On my mobile calling via Skype is a (optional) function of the phone, not the website. With my PC all websites offer to call the number via Skype because the PC is not a phone.

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

What the pc / phome does is dependend on the user settings/pcsettings/ pc and phone software installed and so on.

if you have skype installed then the skype software takes care of a phone number to be uses through skype.

Again, this is for every user different and depends on apps/software and OS settings, not the coding or X5.

Just check internet to get more info, like: https://css-tricks.com/the-current-state-of-telephone-links/ for instance.

Читать больше
Размещено От Andre E
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
i would like to put html code in the picture <a href="tel:6982776547"> ...... jpeg </a> how could i do it manually?

<a href="tel:9999999999"><img src="files/image.jpg"></a>

.

ciao

.

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