<?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"
	>
<channel>
	<title>Comments on: How to Use the RSSmeme API to Pull Notes into Wordpress</title>
	<atom:link href="http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/</link>
	<description>Benjamin Golub's blog</description>
	<pubDate>Fri, 29 Aug 2008 07:48:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: RSSmeme Launches API, Provides Filtering Tools Galore &#171; Tecno Week</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-199</link>
		<dc:creator>RSSmeme Launches API, Provides Filtering Tools Galore &#171; Tecno Week</dc:creator>
		<pubDate>Mon, 12 May 2008 20:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-199</guid>
		<description>[...] one would be especially helpful to publishers concerned with conversation fragmentation. Golub has posted some steps to get a WordPress developer started with how to use the JSON API to begin building the [...]</description>
		<content:encoded><![CDATA[<p>[...] one would be especially helpful to publishers concerned with conversation fragmentation. Golub has posted some steps to get a WordPress developer started with how to use the JSON API to begin building the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Golub</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-292</link>
		<dc:creator>Benjamin Golub</dc:creator>
		<pubDate>Mon, 12 May 2008 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-292</guid>
		<description>Glad you were able to get it working.</description>
		<content:encoded><![CDATA[<p>Glad you were able to get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-291</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 12 May 2008 10:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-291</guid>
		<description>Thanks! I just had to change a few things, but you gave me the right direction. &lt;br&gt;&lt;br&gt;foreach($json['entries'] as $entry) {&lt;br&gt;	foreach($entry['notes'] as $note) {&lt;br&gt;		echo $note['feed']['name'];&lt;br&gt;		echo " - ".$note['content'];&lt;br&gt;		}&lt;br&gt;	}</description>
		<content:encoded><![CDATA[<p>Thanks! I just had to change a few things, but you gave me the right direction. </p>
<p>foreach($json['entries'] as $entry) {<br />	foreach($entry['notes'] as $note) {<br />		echo $note['feed']['name'];<br />		echo &#8221; - &#8220;.$note['content'];<br />		}<br />	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Phil</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-290</link>
		<dc:creator>J. Phil</dc:creator>
		<pubDate>Sun, 11 May 2008 19:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-290</guid>
		<description>Another cool application of RSSmeme, I like!&lt;br&gt;Do you guys know if anyone has made the request to put a code tag in Disqus yet?  It shouldn't be that hard.  I'll tweet Daniel.</description>
		<content:encoded><![CDATA[<p>Another cool application of RSSmeme, I like!<br />Do you guys know if anyone has made the request to put a code tag in Disqus yet?  It shouldn&#8217;t be that hard.  I&#8217;ll tweet Daniel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Golub</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-289</link>
		<dc:creator>Benjamin Golub</dc:creator>
		<pubDate>Sun, 11 May 2008 16:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-289</guid>
		<description>Sigh; Disqus messes with the whitespace but you get the idea.</description>
		<content:encoded><![CDATA[<p>Sigh; Disqus messes with the whitespace but you get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Golub</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-288</link>
		<dc:creator>Benjamin Golub</dc:creator>
		<pubDate>Sun, 11 May 2008 16:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-288</guid>
		<description>No that won't work.  Remember that entries is a list, feeds is a lit, and&lt;br&gt;notes is a list.  So you have to iterate over each of them.  But you've also&lt;br&gt;got the heirarchy wrong.  It looks like this:&lt;br&gt;&lt;br&gt;{&lt;br&gt;  'entries':&lt;br&gt;    [&lt;br&gt;        {&lt;br&gt;           'feeds': []&lt;br&gt;           'notes':&lt;br&gt;             [&lt;br&gt;                {&lt;br&gt;                  'feed':&lt;br&gt;                   'content':&lt;br&gt;                }&lt;br&gt;             ]&lt;br&gt;        },&lt;br&gt;        {&lt;br&gt;            'feeds': []&lt;br&gt;        },&lt;br&gt;    ]&lt;br&gt;}&lt;br&gt;&lt;br&gt;My PHP is rusty but it'll be something like this:&lt;br&gt;&lt;br&gt;foreach($entry in $json['entries]) {&lt;br&gt;  foreach($note in $entry['notes'])&lt;br&gt;      $name = $note['feed']['name'];&lt;br&gt;      $content = $note['content']&lt;br&gt;}&lt;br&gt;&lt;br&gt;Makes sense?</description>
		<content:encoded><![CDATA[<p>No that won&#8217;t work.  Remember that entries is a list, feeds is a lit, and<br />notes is a list.  So you have to iterate over each of them.  But you&#8217;ve also<br />got the heirarchy wrong.  It looks like this:</p>
<p>{<br />  &#8216;entries&#8217;:<br />    [<br />        {<br />           'feeds': []<br />           &#8216;notes&#8217;:<br />             [<br />                {<br />                  'feed':<br />                   'content':<br />                }<br />             ]<br />        },<br />        {<br />            &#8216;feeds&#8217;: []<br />        },<br />    ]<br />}</p>
<p>My PHP is rusty but it&#8217;ll be something like this:</p>
<p>foreach($entry in $json['entries]) {<br />  foreach($note in $entry['notes'])<br />      $name = $note['feed']['name'];<br />      $content = $note['content']<br />}</p>
<p>Makes sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-287</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 11 May 2008 01:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-287</guid>
		<description>I'm trying to put something together that pulls in the name &#038; comment. My JSON to PHP skills are weak so I could use some help if you know how...&lt;br&gt;&lt;br&gt;Disqus won't allow the code so I threw it on &lt;a href="http://www.shorttext.com/mesmfpw"&gt;http://www.shorttext.com/mesmfpw&lt;/a&gt;&lt;br&gt;&lt;br&gt;I don't think the $comments = $obj5-&#62;{'entries'}-&#62;{'feeds'}-&#62;{'notes'}-&#62;{'content'}; is correct at grabbing all the notes.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to put something together that pulls in the name &#038; comment. My JSON to PHP skills are weak so I could use some help if you know how&#8230;</p>
<p>Disqus won&#8217;t allow the code so I threw it on <a href="http://www.shorttext.com/mesmfpw">http://www.shorttext.com/mesmfpw</a></p>
<p>I don&#8217;t think the $comments = $obj5-&gt;{&#8217;entries&#8217;}-&gt;{&#8217;feeds&#8217;}-&gt;{&#8217;notes&#8217;}-&gt;{&#8217;content&#8217;}; is correct at grabbing all the notes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSSmeme vs. Readburner - Which Do You Use? - (jeff)isageek.net</title>
		<link>http://benjamingolub.com/2008/05/09/how-to-use-the-rssmeme-api-to-pull-notes-into-wordpress/#comment-192</link>
		<dc:creator>RSSmeme vs. Readburner - Which Do You Use? - (jeff)isageek.net</dc:creator>
		<pubDate>Sat, 10 May 2008 00:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=149#comment-192</guid>
		<description>[...] as I am writing this post I see where benjamin (who created rssmeme) is looking for someone to write a wordpress plugin that will pull all of the notes for an article out of RSSmeme and onto your [...]</description>
		<content:encoded><![CDATA[<p>[...] as I am writing this post I see where benjamin (who created rssmeme) is looking for someone to write a wordpress plugin that will pull all of the notes for an article out of RSSmeme and onto your [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
