# Clickable telephone numbers in replies?

**URL:** https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532
**Category:** Support
**Created:** [12월 18, 2018, 8:03오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532 "2018-12-18T08:03:24Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [12월 18, 2018, 8:03오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/1 "2018-12-18T08:03:24Z")

</div>

I would like the phone numbers added to the topic to be clickable and triggers the phone to call.

I inserted an HTML simple code however, on iphone broswer it does not work.

Appreciate your help

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [12월 18, 2018, 8:09오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/2 "2018-12-18T08:09:13Z")

</div>

If a call to action button is a solution, that would be great.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [12월 18, 2018, 9:28오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/3 "2018-12-18T09:28:54Z")

</div>

See

> [@How to highlight number phone in topic](https://meta.discourse.org/t/how-to-highlight-number-phone-in-topic/64864):
>
> Hello, I wanna highlight number phone in topic Now, what i add to here? in library [We're not a CDN - highlight.js](https://highlightjs.org/static/demo/) i dont see numberphone number i wanna Result The second question, i wanna when user touch in it (call number) will auto open phone call in android or ios, how can do?

it should work by adding a bit of CSS

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [12월 18, 2018, 9:29오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/4 "2018-12-18T09:29:14Z")

</div>

Do tel URIs not work? callme

Hm I wouldn’t expect SIP URIs to work, but I’m surprised a basic tel URI with a valid e.164 number is ignored.

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [12월 18, 2018, 9:47오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/5 "2018-12-18T09:47:49Z")

</div>

I did the same thing by adding the call `<a href="tel:+1-555-438-3732">1-555-IETF-RFC</a>` and didn’t work.

The thing is when you try to click on the number the topic itself turns into light gray background if you know what i mean. Something like iframe effect or so

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [12월 18, 2018, 9:57오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/6 "2018-12-18T09:57:07Z")

</div>

But did you also add “tel” in the site setting `allowed href schemes`?

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [12월 18, 2018, 11:16오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/7 "2018-12-18T11:16:28Z")

</div>

> [@dax](#):
>
> allowed href schemes

No effect ☹

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [12월 18, 2018, 11:57오전 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/8 "2018-12-18T11:57:58Z")

</div>

See

> [@Any way to allow href=tel: telephone anchor links in posts?](https://meta.discourse.org/t/any-way-to-allow-href-tel-telephone-anchor-links-in-posts/52263/6):
>
> Quick update for anyone else who’s interested: we now have the latest Discourse update and can confirm this is working, but only if the phone number is prefixed with tel:// (rather than just tel: which is the standard). I can confirm the links still work and are diallable! Can’t be done with Markdown but works fine if the full HTML link is inserted. Great stuff.

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [12월 18, 2018, 12:34오후 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/9 "2018-12-18T12:34:05Z")

</div>

You’re awesome 😉

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11월 6, 2021, 9:57오후 UTC](https://meta.discourse.org/t/clickable-telephone-numbers-in-replies/104532/10 "2021-11-06T21:57:07Z")

</div>


