<?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: Getting Twitter Tools to Shorten URLs</title>
	<atom:link href="http://www.northideas.com/wordpress_solutions/twitter-tools-shorten-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.northideas.com/wordpress_solutions/twitter-tools-shorten-urls/</link>
	<description>David North&#039;s ideas on solving problems with technology</description>
	<lastBuildDate>Tue, 16 Aug 2011 18:49:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David North</title>
		<link>http://www.northideas.com/wordpress_solutions/twitter-tools-shorten-urls/comment-page-1/#comment-39</link>
		<dc:creator>David North</dc:creator>
		<pubDate>Wed, 22 Apr 2009 02:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.northideas.com/?p=506#comment-39</guid>
		<description>Here is the code copied from my function.php file.

function makeShortURL($URLToConvert) { 
$shortURL= file_get_contents(&quot;http://tinyurl.com/api-create.php?url=&quot; . $URLToConvert); 
return $shortURL; 
}


I don&#039;t see anything wrong with the line you showed.  All I can think is to review the code around it.

David</description>
		<content:encoded><![CDATA[<p>Here is the code copied from my function.php file.</p>
<p>function makeShortURL($URLToConvert) {<br />
$shortURL= file_get_contents(&#8220;http://tinyurl.com/api-create.php?url=&#8221; . $URLToConvert);<br />
return $shortURL;<br />
}</p>
<p>I don&#8217;t see anything wrong with the line you showed.  All I can think is to review the code around it.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Aronoff</title>
		<link>http://www.northideas.com/wordpress_solutions/twitter-tools-shorten-urls/comment-page-1/#comment-38</link>
		<dc:creator>Josh Aronoff</dc:creator>
		<pubDate>Tue, 21 Apr 2009 18:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.northideas.com/?p=506#comment-38</guid>
		<description>Hey Dave,
I tried your example. It didn&#039;t seem to work, I copied and pasted it like you said... it said I had a parse error on line 4, which is this line...

$shortURL= file_get_contents(”http://tinyurl.com/api-create.php?url=” . $URLToConvert);

any suggestions?</description>
		<content:encoded><![CDATA[<p>Hey Dave,<br />
I tried your example. It didn&#8217;t seem to work, I copied and pasted it like you said&#8230; it said I had a parse error on line 4, which is this line&#8230;</p>
<p>$shortURL= file_get_contents(”http://tinyurl.com/api-create.php?url=” . $URLToConvert);</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

