How to create clickable telephone link with WordPress Custom Links?

…衆ロ難τιáo~ 提交于 2019-12-17 21:24:23

问题


I am using WordPress custom links and I need to create clickable links for phone numbers. I have never had a problem doing this in HTML by using the following: <a href="tel:2065221677">(206) 522-1677</a>. But WordPress obviously has a mind of it's own, changes code, and my link does not open with my iPhone.

I found this post where someone had a similar issue and I tried the jQuery script but it doesn't work when I click on the link. I get an error: Authentication required, wanting a user name and password. I believe this code would work if it were clickable not onload. Using "phone" as a CSS class is great also.

Can anyone help me with this?


回答1:


I hope you guys aren't suggesting changing the core or theme files. Much better to bundle this functionality into a plugin like this one http://wordpress.org/extend/plugins/telephone-number-linker/



来源:https://stackoverflow.com/questions/11951302/how-to-create-clickable-telephone-link-with-wordpress-custom-links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!