Phone link

Component ID

2885264

Component name

Phone link

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1306

Component created

Component changed

Component body

Provide formatter for text and telephone (only Drupal 8) fields which replace phone number with link:

+38 (000) 000-00-00

to

<a href="tel:380000000000">+38 (000) 000-00-00</a>
// OR
<a href="tel:380000000000">Call to +38 (000) 000-00-00</a>
// OR Skype format
<a href="callto:380000000000">Call to +38 (000) 000-00-00</a>

How to use:

  1. Install the module.
  2. Add new text or telephone (only Drupal 8) field.
  3. Go to display settings and chose "Phone link" formatter for you textfield.
  4. Set title and text on field formatter settings (optional).
  5. Save display settings.