<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Make phone numbers link clickable to dial on mobile phones.</title>
	<atom:link href="http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/</link>
	<description>Ahmet Gyger&#039;s web log.</description>
	<lastBuildDate>Fri, 11 Nov 2011 23:05:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Diabolo</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11938</link>
		<dc:creator>Diabolo</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11938</guid>
		<description>Hi,

Do you know how to make a clickable video 3G call ?

I&#039;m searching wtai functions and library and I&#039;ve only found MakeCall, Add to phone book, Send DTMF functions ...

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you know how to make a clickable video 3G call ?</p>
<p>I&#8217;m searching wtai functions and library and I&#8217;ve only found MakeCall, Add to phone book, Send DTMF functions &#8230;</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmet</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11869</link>
		<dc:creator>Ahmet</dc:creator>
		<pubDate>Mon, 11 May 2009 19:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11869</guid>
		<description>On the iphone to make a number clickable just enter it with the international standard:
+41 79 121 12 12  &lt;- This appear as a link on a IPhone, but there is no HTML Tag to specify it.

Wtai (from WAP) is not supported by the IPhone. Seems that you will have to detect if the webpage is browsed by an IPhone...</description>
		<content:encoded><![CDATA[<p>On the iphone to make a number clickable just enter it with the international standard:<br />
+41 79 121 12 12  <- This appear as a link on a IPhone, but there is no HTML Tag to specify it.</p>
<p>Wtai (from WAP) is not supported by the IPhone. Seems that you will have to detect if the webpage is browsed by an IPhone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Contractor</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11866</link>
		<dc:creator>Web Design Contractor</dc:creator>
		<pubDate>Fri, 08 May 2009 17:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11866</guid>
		<description>Followup: I had someone with an iPhone test out the combined link and it didn&#039;t work for here.</description>
		<content:encoded><![CDATA[<p>Followup: I had someone with an iPhone test out the combined link and it didn&#8217;t work for here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Contractor</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11825</link>
		<dc:creator>Web Design Contractor</dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11825</guid>
		<description>Can someone test out the &quot;odd&quot; and &quot;unvalidated markup&quot; to see if it works on both an iphone and other cell phones?</description>
		<content:encoded><![CDATA[<p>Can someone test out the &#8220;odd&#8221; and &#8220;unvalidated markup&#8221; to see if it works on both an iphone and other cell phones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Contractor</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11824</link>
		<dc:creator>Web Design Contractor</dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11824</guid>
		<description>Okay, let&#039;s try it again without making the code disappear. . . But the preceding example is good for showing what it would look like. . .

on other forum i read :
&lt;code&gt;&lt;a href=&quot;tel:XXXXXX&quot;&gt;Call&lt;/a&gt;&lt;/code&gt;

so which should we use to get best results!

and if we use something like:
&lt;code&gt;&lt;a href=&quot;wtai://wp/mc;2065551212&quot; href=&quot;tel:2065551212&quot;&gt;206-555-1212&lt;/a&gt;&lt;/code&gt;


what will it do, .... logically either of the tags should fail gracefully, and the other should work!

practically any inputs?

M.</description>
		<content:encoded><![CDATA[<p>Okay, let&#8217;s try it again without making the code disappear. . . But the preceding example is good for showing what it would look like. . .</p>
<p>on other forum i read :<br />
<code>&lt;a href="tel:XXXXXX"&gt;Call&lt;/a&gt;</code></p>
<p>so which should we use to get best results!</p>
<p>and if we use something like:<br />
<code>&lt;a href="wtai://wp/mc;2065551212" href="tel:2065551212"&gt;206-555-1212&lt;/a&gt;</code></p>
<p>what will it do, &#8230;. logically either of the tags should fail gracefully, and the other should work!</p>
<p>practically any inputs?</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Contractor</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-11823</link>
		<dc:creator>Web Design Contractor</dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-11823</guid>
		<description>I read this &quot;odd&quot; code on another site that would make it work on an iphone AND the other ones.
--------------------------------------

on other forum i read :
&lt;a href=&quot;XXXXXX&quot; rel=&quot;nofollow&quot;&gt;Call&lt;/a&gt;

so which should we use to get best results!

and if we use something like:
&lt;a href=&quot;//wp/mc;2065551212&quot; href=&quot;2065551212&quot; rel=&quot;nofollow&quot;&gt;206-555-1212&lt;/a&gt;


what will it do, .... logically either of the tags should fail gracefully, and the other should work!

practically any inputs?

M.</description>
		<content:encoded><![CDATA[<p>I read this &#8220;odd&#8221; code on another site that would make it work on an iphone AND the other ones.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>on other forum i read :<br />
<a href="XXXXXX" rel="nofollow">Call</a></p>
<p>so which should we use to get best results!</p>
<p>and if we use something like:<br />
<a href="//wp/mc;2065551212" href="2065551212" rel="nofollow">206-555-1212</a></p>
<p>what will it do, &#8230;. logically either of the tags should fail gracefully, and the other should work!</p>
<p>practically any inputs?</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Home</title>
		<link>http://www.metah.ch/blog/2007/06/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/comment-page-1/#comment-3192</link>
		<dc:creator>Home</dc:creator>
		<pubDate>Fri, 13 Jul 2007 02:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.metah.ch/blog/2007/06/20/make-phone-numbers-link-clickable-to-dial-on-mobile-phones/#comment-3192</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Make phone numbers link clickable to dial on mobile phones.    Nice tips from Scriptygoddess on how to make phone numbers link clickable to dial on mobile phones.&lt;a href=&quot;wtai://wp/mc;8015551212&quot;&gt; 801-555 [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Make phone numbers link clickable to dial on mobile phones.    Nice tips from Scriptygoddess on how to make phone numbers link clickable to dial on mobile phones.&#38;lt;a href=&#8221;wtai://wp/mc;8015551212&#8243;&#38;gt; 801-555 [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

