﻿<?xml version="1.0" encoding="utf-8"?>

<snippet name="Create a Calling & SMS link for iPhone" description="Quickly create a link that an iPhone will automatically detect for calls and text messages" preview="html" type="block">

<insertText location="beforeSelection">

<![CDATA[<a href="tel:1-234-567-8910">Call - 1-234-567-8910</a>

<a href="sms:1-234-567-8910">Send a  SMS </a>]]>

</insertText>

<insertText location="afterSelection"><![CDATA[]]>

</insertText>

</snippet>

