<?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: Tutorial: Facebook RSS feed parser in pure PHP</title>
	<atom:link href="http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 18:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lukasz</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-126</link>
		<dc:creator>Lukasz</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-126</guid>
		<description>thanks for this! 
ini_set(&#039;user_agent&#039;, &#039;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) 
Gecko/20090824 Firefox/3.5.3&#039;);
otherwise you got information to use a proper browser :)</description>
		<content:encoded><![CDATA[<p>thanks for this!<br />
ini_set(&#8216;user_agent&#8217;, &#8216;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3)<br />
Gecko/20090824 Firefox/3.5.3&#8242;);<br />
otherwise you got information to use a proper browser <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-43</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Sat, 12 Nov 2011 15:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-43</guid>
		<description>echo &#039;&lt; img src=&quot;https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc4/371051_197400638_1482149761_q.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; align=&quot;left&quot; &gt;&#039;;</description>
		<content:encoded><![CDATA[<p>echo &#8216;&lt; img src=&#8221;https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc4/371051_197400638_1482149761_q.jpg&#8221; width=&#8221;30&#8243; height=&#8221;30&#8243; align=&#8221;left&#8221; &gt;&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-42</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Sat, 12 Nov 2011 15:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-42</guid>
		<description>Nevermind I figured it out!!  To pull the tag just need to add an extra line of code in the HTML file portion:  

 echo &#039;&#039;;

To find the picture name just right click on the picture and view Image Info and copy Image location into area... You may want to add some margins and padding into the photo so that your text does not run into your photo!!</description>
		<content:encoded><![CDATA[<p>Nevermind I figured it out!!  To pull the tag just need to add an extra line of code in the HTML file portion:  </p>
<p> echo &#8221;;</p>
<p>To find the picture name just right click on the picture and view Image Info and copy Image location into area&#8230; You may want to add some margins and padding into the photo so that your text does not run into your photo!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-41</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-41</guid>
		<description>Is there a way to pull the Facebook Avatar?</description>
		<content:encoded><![CDATA[<p>Is there a way to pull the Facebook Avatar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarah</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-40</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Thu, 06 Oct 2011 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-40</guid>
		<description>Changed the functions line to the following: 

  //Add www.facebook.com to hyperlinks
               $desc = str_replace(&#039;href=&quot;/&#039;, &#039;href=&quot;http://www.facebook.com/&#039;, $desc); 

works like a charm :)</description>
		<content:encoded><![CDATA[<p>Changed the functions line to the following: </p>
<p>  //Add <a href="http://www.facebook.com" rel="nofollow">http://www.facebook.com</a> to hyperlinks<br />
               $desc = str_replace(&#8216;href=&#8221;/&#8217;, &#8216;href=&#8221;http://www.facebook.com/&#8217;, $desc); </p>
<p>works like a charm <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarah</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-39</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-39</guid>
		<description>any thoughts on prepending urls with www.facebook.com only if they don&#039;t already have a complete hyperlink? When a user posts a link to another page, prepending the hyperlink breaks the link. Other than that, super cool code!</description>
		<content:encoded><![CDATA[<p>any thoughts on prepending urls with <a href="http://www.facebook.com" rel="nofollow">http://www.facebook.com</a> only if they don&#8217;t already have a complete hyperlink? When a user posts a link to another page, prepending the hyperlink breaks the link. Other than that, super cool code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-38</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-38</guid>
		<description>Thank you for the code which i integrated on my website to consume feeds of my partners.</description>
		<content:encoded><![CDATA[<p>Thank you for the code which i integrated on my website to consume feeds of my partners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Electric Bass</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-37</link>
		<dc:creator>Electric Bass</dc:creator>
		<pubDate>Tue, 16 Aug 2011 13:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-37</guid>
		<description>Thanks for this code. I&#039;ve integrated it on my website about the best musical instrument of the world.</description>
		<content:encoded><![CDATA[<p>Thanks for this code. I&#8217;ve integrated it on my website about the best musical instrument of the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Treb</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-36</link>
		<dc:creator>Treb</dc:creator>
		<pubDate>Tue, 26 Apr 2011 02:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-36</guid>
		<description>The feeds for a page&#039;s wall looks like this:
http://www.facebook.com/feeds/page.php?format=atom10&amp;id=176219355753335

What do i have to do to make your PHP parse that?</description>
		<content:encoded><![CDATA[<p>The feeds for a page&#8217;s wall looks like this:<br />
<a href="http://www.facebook.com/feeds/page.php?format=atom10&#038;id=176219355753335" rel="nofollow">http://www.facebook.com/feeds/page.php?format=atom10&#038;id=176219355753335</a></p>
<p>What do i have to do to make your PHP parse that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://cappelendesign.no/2010/04/tutorial-facebook-rss-feed-parser-in-pure-php/#comment-35</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Sun, 03 Apr 2011 22:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=117#comment-35</guid>
		<description>Is parsing a wall possible?</description>
		<content:encoded><![CDATA[<p>Is parsing a wall possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

