Display click dial phone numbers link for mobiles only

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
VincentRivard
Forum Members
Forum Members
Posts: 10
Joined: Mon Feb 18, 2013 5:01 pm

Display click dial phone numbers link for mobiles only

Post by VincentRivard »

Hi,

For those who care, here is a simple way to detect smartphones, and give them a cliquable link to dial a number. Non mobile computers will read text without the link.

Dependencies:

You will need CGExtensions intalled.

As simple as that :

Code: Select all

{cge_is_smartphone assign='mobile'}{if $mobile}<a href="tel:888 555 5555">888 555 5555</a> {else}888 555 5555{/if}
No mess at all.

Credits to calguy1000 since his extension does 99.99% of the job
to
fredp

for poiting the proper way to format the link for usability here.

http://tools.ietf.org/html/rfc3966#section-8

and to

uniqu3

for showing me a great spot for fishing my own.

Related post from the newbie at CMSMS i am.

http://forum.cmsmadesimple.org/viewtopi ... 23&t=65301
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Display click dial phone numbers link for mobiles only

Post by Rolf »

Just what I was looking for, thanks!
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “Tips and Tricks”