How to make a picture call to my cell phone immediately when the user clicks
Автор: ΣΠΑΝΟΥΛΗΣ ΧΡΗΣΤΟΣ
Просмотрено 1781,
Подписчики 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
Размещено
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.
Автор
i would like to put html code in the picture <a href="tel:6982776547"> ...... jpeg </a> how could i do it manually?
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?
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.
Автор
because i have website x5 13 and it is calling via skype. i want the call to be direct with the phone
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.
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.
<a href="tel:9999999999"><img src="files/image.jpg"></a>
.
ciao
.