<?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: How to add a Flickr-based photo gallery to your website: phpFlickr + Lightbox.</title>
	<atom:link href="http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/</link>
	<description>Online Business Enthusiast</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:23:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-17153</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-17153</guid>
		<description>If your script is failing off the bat, as evidenced by the

Warning: Invalid argument supplied for foreach()

message, likely you are trying to use your Flickr account name instead of your Flickr id.

you could fish around for it on Flickr, or just use this handy utility: http://idgettr.com/

Adam, thanks for the slick script!</description>
		<content:encoded><![CDATA[<p>If your script is failing off the bat, as evidenced by the</p>
<p>Warning: Invalid argument supplied for foreach()</p>
<p>message, likely you are trying to use your Flickr account name instead of your Flickr id.</p>
<p>you could fish around for it on Flickr, or just use this handy utility: <a href="http://idgettr.com/" rel="nofollow">http://idgettr.com/</a></p>
<p>Adam, thanks for the slick script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denise</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-17146</link>
		<dc:creator>denise</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-17146</guid>
		<description>I was interested in the questions asked above:
Hi, Thank for the great tutorial. I easily implemented the code to show only one set. What I’m trying to accomplish now is to show the list of sets with only the primary photo of each set (instead of every picture in the set), is that possible?

but I don&#039;t see an answer to it?</description>
		<content:encoded><![CDATA[<p>I was interested in the questions asked above:<br />
Hi, Thank for the great tutorial. I easily implemented the code to show only one set. What I’m trying to accomplish now is to show the list of sets with only the primary photo of each set (instead of every picture in the set), is that possible?</p>
<p>but I don&#8217;t see an answer to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeanee</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-17100</link>
		<dc:creator>Jeanee</dc:creator>
		<pubDate>Thu, 02 Feb 2012 02:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-17100</guid>
		<description>HI Adam, Great tutorial!  I have the gallery working correctly live online, but have not been able to get the images to display correctly in WAMP Server&#039;s localhost.  Instead, small symbold appear where the photos should be.  Do you have any thoughts on what may be preventing this from displaying correctly in WAMP?  Thanks again for the tutorial and any insight you might have!</description>
		<content:encoded><![CDATA[<p>HI Adam, Great tutorial!  I have the gallery working correctly live online, but have not been able to get the images to display correctly in WAMP Server&#8217;s localhost.  Instead, small symbold appear where the photos should be.  Do you have any thoughts on what may be preventing this from displaying correctly in WAMP?  Thanks again for the tutorial and any insight you might have!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alturiak</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16950</link>
		<dc:creator>Alturiak</dc:creator>
		<pubDate>Sat, 28 Jan 2012 23:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16950</guid>
		<description>@Adam

Can it show me as doing? Because, I am not managing to do to work. I am not a programmer, I only followed what you described above. If it can help me, I will be thankful!</description>
		<content:encoded><![CDATA[<p>@Adam</p>
<p>Can it show me as doing? Because, I am not managing to do to work. I am not a programmer, I only followed what you described above. If it can help me, I will be thankful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16939</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 28 Jan 2012 17:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16939</guid>
		<description>@Anik - for the comments, you&#039;ll need to use comments_getList() to get a list of comments from each photo. Unfortunately the comments do not get returned with photosets_getPhotos() so you&#039;ll need to use the variable $photo from the code above to grab and return comments_getList($photo) and cycle through the comments to display however many you want.</description>
		<content:encoded><![CDATA[<p>@Anik &#8211; for the comments, you&#8217;ll need to use comments_getList() to get a list of comments from each photo. Unfortunately the comments do not get returned with photosets_getPhotos() so you&#8217;ll need to use the variable $photo from the code above to grab and return comments_getList($photo) and cycle through the comments to display however many you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16938</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 28 Jan 2012 17:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16938</guid>
		<description>@Alturiak

You&#039;ll need to use the function specific for retrieving group pool photos which is pools_getPhotos(), similar to how we use the above function to retrieve photos from user sets.

For more info you can check out the API for group pools here:

http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.html</description>
		<content:encoded><![CDATA[<p>@Alturiak</p>
<p>You&#8217;ll need to use the function specific for retrieving group pool photos which is pools_getPhotos(), similar to how we use the above function to retrieve photos from user sets.</p>
<p>For more info you can check out the API for group pools here:</p>
<p><a href="http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.html" rel="nofollow">http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alturiak</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16918</link>
		<dc:creator>Alturiak</dc:creator>
		<pubDate>Sat, 28 Jan 2012 01:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16918</guid>
		<description>How do I use this code to access the group pool? Thanks!</description>
		<content:encoded><![CDATA[<p>How do I use this code to access the group pool? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anik</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16819</link>
		<dc:creator>Anik</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16819</guid>
		<description>At last I am successful to add this script to my site. Thanks Adam
but there is few more things I wanted to do. I want to add the description of each image and the comments by the users. Please help me out</description>
		<content:encoded><![CDATA[<p>At last I am successful to add this script to my site. Thanks Adam<br />
but there is few more things I wanted to do. I want to add the description of each image and the comments by the users. Please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anik</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16816</link>
		<dc:creator>Anik</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16816</guid>
		<description>I am also trying this code and having the same error of foreach statement
&quot;Warning: Invalid argument supplied for foreach() in C:\wamp\www\Verbena_New\gallery.php on line 52&quot;

in this particular code foreach ($ph_sets[&#039;photoset&#039;] as $ph_set):

please help me out</description>
		<content:encoded><![CDATA[<p>I am also trying this code and having the same error of foreach statement<br />
&#8220;Warning: Invalid argument supplied for foreach() in C:\wamp\www\Verbena_New\gallery.php on line 52&#8243;</p>
<p>in this particular code foreach ($ph_sets['photoset'] as $ph_set):</p>
<p>please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.adambate.com/how-to-add-a-flickr-based-photo-gallery-to-your-website-phpflickr-lightbox/#comment-16621</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 20 Jan 2012 20:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.adambate.com/?p=195#comment-16621</guid>
		<description>Hey Murtaza - I&#039;m not sure without seeing the code. As far as I know everything above is still working. Perhaps if you copy and pasted some of the code that the formatting didn&#039;t follow correctly (can happen with quotes and the like).

Be sure you&#039;re including the library as well. Sorry I can&#039;t be much more help.</description>
		<content:encoded><![CDATA[<p>Hey Murtaza &#8211; I&#8217;m not sure without seeing the code. As far as I know everything above is still working. Perhaps if you copy and pasted some of the code that the formatting didn&#8217;t follow correctly (can happen with quotes and the like).</p>
<p>Be sure you&#8217;re including the library as well. Sorry I can&#8217;t be much more help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

