<?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: The Fastest Way to Add Awesome Photos to Your Blog: Photo Dropper</title>
	<atom:link href="http://www.photodropper.com/add-photos-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.photodropper.com/add-photos-blog/</link>
	<description>The Ultimate Resource for Photos</description>
	<lastBuildDate>Thu, 27 May 2010 23:12:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-1005</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-1005</guid>
		<description>This is a great plugin - thanks for developing it.
2 suggestions that would make it more useful for me:-
- Option to *not* exit after a picture is picked, but to allow further pictures to be picked. I often want to choose several pictures using the same keywords. I currently have to go back into Photo Dropper each time, re-enter the keywords, re-page to where I was.
- Option to download the picture and display from the local copy. In case the original is moved/deleted etc. This would mean my post would not end up with broken images in the future.
Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great plugin &#8211; thanks for developing it.<br />
2 suggestions that would make it more useful for me:-<br />
- Option to *not* exit after a picture is picked, but to allow further pictures to be picked. I often want to choose several pictures using the same keywords. I currently have to go back into Photo Dropper each time, re-enter the keywords, re-page to where I was.<br />
- Option to download the picture and display from the local copy. In case the original is moved/deleted etc. This would mean my post would not end up with broken images in the future.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KathyB</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-393</link>
		<dc:creator>KathyB</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-393</guid>
		<description>I&#039;ve just installed Photo Dropper and am wondering where I find the options so as to check the box for commercial intent.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just installed Photo Dropper and am wondering where I find the options so as to check the box for commercial intent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Matheuszik</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-216</link>
		<dc:creator>Jens Matheuszik</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-216</guid>
		<description>I&#039;ve just tried Photo Dropper but it won&#039;t work. After I entered a keyword and started the search this happened:

1) Firefox (3.0.12): Nothing - I see only the scrolling &quot;wheel&quot; and nothing happens.

2) Safari (4.0.2): For some seconds I see the scrolling &quot;wheel&quot; and some moments later the text &lt;em&gt;&quot;Unexpected error occured while performing an AJAX request&quot;&lt;/em&gt; can be read.

Do you have any clues?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tried Photo Dropper but it won&#8217;t work. After I entered a keyword and started the search this happened:</p>
<p>1) Firefox (3.0.12): Nothing &#8211; I see only the scrolling &#8220;wheel&#8221; and nothing happens.</p>
<p>2) Safari (4.0.2): For some seconds I see the scrolling &#8220;wheel&#8221; and some moments later the text <em>&#8220;Unexpected error occured while performing an AJAX request&#8221;</em> can be read.</p>
<p>Do you have any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-283</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 29 Jul 2009 20:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-283</guid>
		<description>Follow-up even though my first is waiting moderation:

I fixed our issue.  Not PD issue, but hopefully this will help others.

As for the resolution with PhotoDropper...

After some debugging, I could see at the start of flickr-js.php the browser was getting following line (JS debugging via MS’s developer tools or firebug) Indicating a ; was expected.
failed to copy filevar wppd_dir = ...(as written)

For the life of me I could not find this error any where on the internet.
I tried commenting outing require_once and then nothing worked. (As it was the only thing preceeding the &quot;var wppd&quot; stuff.)

Eventually I used wordpress-flickr-manager (which was having the same issues) but it has an option for displaying errors, which indicated a piece of code in another php file was generating &quot;failed to copy file&quot; text string, thus causing the problem?  So I went looking and found the code snipit, and removed the delinquent php.

Long and the short, a random .php was causing a script error and thus the flickr-js.php never loaded.  Not sure how wp determines the order, but photodropper kept losing.

Hope this helps,

Sam</description>
		<content:encoded><![CDATA[<p>Follow-up even though my first is waiting moderation:</p>
<p>I fixed our issue.  Not PD issue, but hopefully this will help others.</p>
<p>As for the resolution with PhotoDropper&#8230;</p>
<p>After some debugging, I could see at the start of flickr-js.php the browser was getting following line (JS debugging via MS’s developer tools or firebug) Indicating a ; was expected.<br />
failed to copy filevar wppd_dir = &#8230;(as written)</p>
<p>For the life of me I could not find this error any where on the internet.<br />
I tried commenting outing require_once and then nothing worked. (As it was the only thing preceeding the &#8220;var wppd&#8221; stuff.)</p>
<p>Eventually I used wordpress-flickr-manager (which was having the same issues) but it has an option for displaying errors, which indicated a piece of code in another php file was generating &#8220;failed to copy file&#8221; text string, thus causing the problem?  So I went looking and found the code snipit, and removed the delinquent php.</p>
<p>Long and the short, a random .php was causing a script error and thus the flickr-js.php never loaded.  Not sure how wp determines the order, but photodropper kept losing.</p>
<p>Hope this helps,</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-365</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 26 Jul 2009 01:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-365</guid>
		<description>I cannot get pd to work.

Symptoms as reported above:
1. Clicking Search button on editor simply saves post
2. New pop-up clicking Search returns nothing

I&#039;ve unistalled all plugins except LDAP, wp-mail-smtp, and Askimet.

WPMu 2.7 (I know not supported, but same issues above as non-mu)

Tested with Firefox and IE 7 &amp; 8.

I think cURL is running.

I&#039;ve also tried Flickr Manager.  It sort of works?  It downloads a few Public Images by default, but when you click Search, it brings up the WP add image screen.  (Guessing that it shows any images means cURL is working?)

Any ideas...Really want this to work for our school&#039;s new blogging platform.

Thanks</description>
		<content:encoded><![CDATA[<p>I cannot get pd to work.</p>
<p>Symptoms as reported above:<br />
1. Clicking Search button on editor simply saves post<br />
2. New pop-up clicking Search returns nothing</p>
<p>I&#8217;ve unistalled all plugins except LDAP, wp-mail-smtp, and Askimet.</p>
<p>WPMu 2.7 (I know not supported, but same issues above as non-mu)</p>
<p>Tested with Firefox and IE 7 &amp; 8.</p>
<p>I think cURL is running.</p>
<p>I&#8217;ve also tried Flickr Manager.  It sort of works?  It downloads a few Public Images by default, but when you click Search, it brings up the WP add image screen.  (Guessing that it shows any images means cURL is working?)</p>
<p>Any ideas&#8230;Really want this to work for our school&#8217;s new blogging platform.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave T</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-221</link>
		<dc:creator>Dave T</dc:creator>
		<pubDate>Sun, 31 May 2009 16:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-221</guid>
		<description>That you for this great plugin. As a beginner it works great. I do have one question. Do you have or know of anyone else who has such a plugin to use with Squidoo? It would make the world so much easier if I could add pics to my Lens and have them come out as great as your do with WP
Thank you again&#039;</description>
		<content:encoded><![CDATA[<p>That you for this great plugin. As a beginner it works great. I do have one question. Do you have or know of anyone else who has such a plugin to use with Squidoo? It would make the world so much easier if I could add pics to my Lens and have them come out as great as your do with WP<br />
Thank you again&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-269</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-269</guid>
		<description>Photodropper is a great innovation.

Does the grab and host locally function work yet?

If not, some of you might want to try our &lt;a href=&quot;http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg/end-user-guide/&quot; rel=&quot;nofollow&quot;&gt;SEO Images&lt;/a&gt; Wordpress plugin which allow you to easily upload and caption your photos for Google in a single go.

I use SEO Images for post like this one about what about I love about Vienna: &lt;a href=&quot;http://uncoy.com/2009/02/snow-in-vienna.html&quot; rel=&quot;nofollow&quot;&gt;Snow in Vienna&lt;/a&gt;.

Still searching for the appropriately licensed images for our clients&#039; sites is   painful. We will definitely be giving Photodropper a whirl as well.</description>
		<content:encoded><![CDATA[<p>Photodropper is a great innovation.</p>
<p>Does the grab and host locally function work yet?</p>
<p>If not, some of you might want to try our <a href="http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg/end-user-guide/" rel="nofollow">SEO Images</a> Wordpress plugin which allow you to easily upload and caption your photos for Google in a single go.</p>
<p>I use SEO Images for post like this one about what about I love about Vienna: <a href="http://uncoy.com/2009/02/snow-in-vienna.html" rel="nofollow">Snow in Vienna</a>.</p>
<p>Still searching for the appropriately licensed images for our clients&#8217; sites is   painful. We will definitely be giving Photodropper a whirl as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-294</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 14 Feb 2009 12:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-294</guid>
		<description>Please note that photos found on Flickr must link back to the Flickr page on which they are found.</description>
		<content:encoded><![CDATA[<p>Please note that photos found on Flickr must link back to the Flickr page on which they are found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirsten Mason</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-232</link>
		<dc:creator>Kirsten Mason</dc:creator>
		<pubDate>Sat, 07 Feb 2009 06:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-232</guid>
		<description>Very nice! Thanks very much.</description>
		<content:encoded><![CDATA[<p>Very nice! Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://www.photodropper.com/add-photos-blog/#comment-243</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Wed, 04 Feb 2009 05:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.photodropper.com/add-photos-blog/#comment-243</guid>
		<description>Okay I&#039;ve figured it out. Using Plugin Commander the Site Admin needs to change the settings BEFORE activating the plugin on all blogs. After that, provided the User Control is enabled individual bloggers can change the settings.

Sorry to trouble you!</description>
		<content:encoded><![CDATA[<p>Okay I&#8217;ve figured it out. Using Plugin Commander the Site Admin needs to change the settings BEFORE activating the plugin on all blogs. After that, provided the User Control is enabled individual bloggers can change the settings.</p>
<p>Sorry to trouble you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
