CAI DNI Implementation Guide Supplement Click-to-Call Code Implementation

Overview:
This document is intended to be a supplement to the Standard DNI Implementation Guide.
In the Standard DNI Implementation Guide details the steps for client-side website
coding for websites displaying standard non-clickable text phone numbers.


Who should read this:
This supplement is intended for clients displaying and utilizing clickable text phone numbers that
allow site visitors to click-to-call. This applies to two scenarios:
a) on desktop devices, the clickable number facilitates VOIP calls via services such as
 Google Voice or Skype and
a) on mobile devices, the clickable number facilitates pre-loading of the phone number
 into the phone dialer or directly dials the call upon a click.


Getting Started:
Begin by following the instructions in Section C. of the Standard DNI Implementation Guide
exactly.


Supplemental instructions:
For Section C., step 2. Apply class elements() to website element(s) the click-to-call classes
and elements will look like this instead of what’s shown in the Standard DNI Implementation
Guide.

<p>
Call our local office at:<a class=”lmc_ppc1”
href=”tel:+14042223333”>404­222­3333</a></p>


For all subsequent examples given in Section C. follow the formatting in the below “Good”
examples instead of those in the Standard DNI Implementation Guide “Default HTML code
sample[s]”:


Good:
<p>Call Us Toll­free:<a class=”lmc_main”
href=”tel:+14042223333”>855­222­3333</a></p>


Not so good:
<p>Call Us Toll­free:<span class=”lmc_main”><a
href=”tel:+14042223333”>855­222­3333</a></span></p>

Good:
<p>Call the Local office :<a href=”tel:+14042223333”
class=”lmc_local”>404­222­3333</a></p>


Not so good:
<p>Call the Local office :<a ref=”tel:+14042223333”><span
class=”lmc_local”>404­222­3333</span></a></p>


Good:
<p>Call Us Toll­free:<a class=”lmc_main”
href=”tel:+14042223333”>855­222­3333</a></p>


Not so good:
<p class=”lmc_main”>Call Us Toll­free:<a
href=”tel:+14042223333”>855­222­3333</a></p>


Good:
<p>Call the Local office :<a class=”lmc_ppc lmc_other”
href=”tel:+14042223333”>404­222­3333</a></p>


Not so good:
<p>Call the Local office :<span class=”lmc_local”><span class=”lmc_other”><a
href=”tel:+14042223333”>404­222­3333</a></span></span></p>
Not so good:
<p>Call the Local office :<span class=”lmc_local” class=”lmc_other”><a
href=”tel:+14042223333”>404­222­3333</a></span></p>

 

If you need further assistance please contact our support team at support@convirza.com.