WP Tel Links WordPress Plugin

WP Tel Links WordPress Plugin

Finds all telephone numbers and replaces them with click-2-call tel links. No set up required.

On the web

WordPress Plugin Repository
GitHub

Installation

  1. Upload stripe-card-reminder.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Congrats. You are done!

FAQS

How does it work?

The plugin loads a javascript file that parses the DOM and finds matches for telephone numbers. The sript then takes the number and replaces it with a tel link. So…

My number is 555-555-5555. Call me! Becomes: My number is 555-555-5555 Call me

Generate code behind the scenes:

[code]
<a href="tel:555-555-5555">555-555-5555</a>
[/code]