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
- Upload
stripe-card-reminder.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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]