<?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: Amazon Plugin Authorization</title>
	<atom:link href="http://learningtheworld.eu/2009/amazon-authorization/feed/" rel="self" type="application/rss+xml" />
	<link>http://learningtheworld.eu/2009/amazon-authorization/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Feb 2010 17:53:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Kliehm</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37629</link>
		<dc:creator>Martin Kliehm</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37629</guid>
		<description>&lt;p&gt;Hi Josiah,&lt;/p&gt;

&lt;p&gt;if you look into the XSL files (&lt;code&gt;amtap-html-content.v3.xsl&lt;/code&gt; and &lt;code&gt;amtap-html-sidebar.v3.xsl&lt;/code&gt;) you&#039;ll see commented blocks of XSL code. If you don&#039;t want an image, remove the &lt;code&gt;&lt;xsl:element&gt;&lt;/code&gt; code block beneath the comment &lt;code&gt;&lt;-- Item image --&gt;&lt;/code&gt;. There&#039;s also a block titled &#8220;Price,&#8221; where different prices are pulled in. If you change the XSL I&#039;d recommend to save a working copy of the file first. After you have changed it, &lt;a href=&quot;http://www.validome.org/xml/validate/&quot; rel=&quot;nofollow&quot;&gt;validate that the document is still well-formed&lt;/a&gt; (only check the well-formed checkbox). Also it seems like Amazon (and my plugin) caches your request, so set the &lt;strong&gt;cache age&lt;/strong&gt; option to &#8220;1&#8221; and be patient for a few minutes until the Amazon proxy requests a new XSL file.&lt;/p&gt;

&lt;p&gt;If that sounds too complicated: yes, I agree. ;) I&#039;m considering an optional set-up where users can choose which items they would like to show along with their price preferences etc., but I can&#039;t predict when I will find the time...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Josiah,</p>

<p>if you look into the XSL files (<code>amtap-html-content.v3.xsl</code> and <code>amtap-html-sidebar.v3.xsl</code>) you&#8217;ll see commented blocks of XSL code. If you don&#8217;t want an image, remove the <code>&lt;xsl:element&gt;</code> code block beneath the comment <code>&lt;-- Item image --&gt;</code>. There&#8217;s also a block titled &ldquo;Price,&rdquo; where different prices are pulled in. If you change the XSL I&#8217;d recommend to save a working copy of the file first. After you have changed it, <a href="http://www.validome.org/xml/validate/" rel="nofollow">validate that the document is still well-formed</a> (only check the well-formed checkbox). Also it seems like Amazon (and my plugin) caches your request, so set the <strong>cache age</strong> option to &ldquo;1&rdquo; and be patient for a few minutes until the Amazon proxy requests a new XSL file.</p>

<p>If that sounds too complicated: yes, I agree. <img src='http://learningtheworld.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;m considering an optional set-up where users can choose which items they would like to show along with their price preferences etc., but I can&#8217;t predict when I will find the time&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Josiah Staggs</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37628</link>
		<dc:creator>Josiah Staggs</dc:creator>
		<pubDate>Fri, 29 Jan 2010 04:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37628</guid>
		<description>&lt;p&gt;Hey Martin,&lt;/p&gt;

&lt;p&gt;I love the plugin! I&#039;m working on a new site that will be selling products that are listen on amazon. The only thing i need from Amazon as of now is the price of individual items. I&#039;m wondering how i can go about ONLY pulling the price of a product and leaving the rest out. I hope you have the time to reply back. I&#039;m not much of a coder so this basically a plea lol&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Martin,</p>

<p>I love the plugin! I&#8217;m working on a new site that will be selling products that are listen on amazon. The only thing i need from Amazon as of now is the price of individual items. I&#8217;m wondering how i can go about ONLY pulling the price of a product and leaving the rest out. I hope you have the time to reply back. I&#8217;m not much of a coder so this basically a plea lol</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Kliehm</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37627</link>
		<dc:creator>Martin Kliehm</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37627</guid>
		<description>&lt;p&gt;Sorry for the delay. I just upgraded to WordPress 2.9.1, and everything works fine. I think a problem might be that the WordPress upgrade process asks you to delete &lt;code&gt;wpcontent/cache&lt;/code&gt;, so the folder is gone and with it all folder permission settings. You probably have to create the folder again and set the read/write permissions accordingly (or next time, just delete the cache folder contents, but keep the folder intact). Also the plugin writes a text file as confirmation that the key has been validated into the same folder. I admit this is annoying when you upgrade WordPress as &lt;strong&gt;that requires you to run the validation again on the plugin&#039;s options page after you upgraded&lt;/strong&gt;. It seemed like a reasonable idea to keep all files in an existing &lt;code&gt;cache&lt;/code&gt; folder when I wrote the plugin, but looking back it would be better to keep the confirmation file in the plugin&#039;s folder. I&#039;ll fix that in a future version. :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry for the delay. I just upgraded to WordPress 2.9.1, and everything works fine. I think a problem might be that the WordPress upgrade process asks you to delete <code>wpcontent/cache</code>, so the folder is gone and with it all folder permission settings. You probably have to create the folder again and set the read/write permissions accordingly (or next time, just delete the cache folder contents, but keep the folder intact). Also the plugin writes a text file as confirmation that the key has been validated into the same folder. I admit this is annoying when you upgrade WordPress as <strong>that requires you to run the validation again on the plugin&#8217;s options page after you upgraded</strong>. It seemed like a reasonable idea to keep all files in an existing <code>cache</code> folder when I wrote the plugin, but looking back it would be better to keep the confirmation file in the plugin&#8217;s folder. I&#8217;ll fix that in a future version. <img src='http://learningtheworld.eu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37626</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 28 Jan 2010 02:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37626</guid>
		<description>&lt;p&gt;Does this plugin not work with Wordpress 2.9.1? I can&#039;t get amazon machine tags to show up on any pages anymore since the update. Is there a fix for this planned?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does this plugin not work with Wordpress 2.9.1? I can&#8217;t get amazon machine tags to show up on any pages anymore since the update. Is there a fix for this planned?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37624</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37624</guid>
		<description>&lt;p&gt;I just installed Amazon Machine Tags on my WordPress 2.9.1 blog, and set all the configuration options, but it doesn&#039;t seem to work.  Nothing shows up in a post or page when I put a tag there, and the tag itself shows up in the sidebar if I place it in a widget.  Can you help me troubleshoot this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just installed Amazon Machine Tags on my WordPress 2.9.1 blog, and set all the configuration options, but it doesn&#8217;t seem to work.  Nothing shows up in a post or page when I put a tag there, and the tag itself shows up in the sidebar if I place it in a widget.  Can you help me troubleshoot this?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37622</link>
		<dc:creator>Wolfgang</dc:creator>
		<pubDate>Thu, 07 Jan 2010 09:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37622</guid>
		<description>&lt;p&gt;Special words in article prevent displaying covers and all info from amazon&lt;/p&gt;

&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I got the problem, that there are some stop words, which prevent the Plugin working properly, e.g. casino, krasinski and some other. Probably this is something amazon has included but it is really annoying because it means I cannot write about the movie &quot;casino royale&quot; or the actor &quot;John Krasinski&quot;. Covers aren´t displayed / No link to amazon :-(&lt;/p&gt;

&lt;p&gt;Can anyone confirm this and has got the same problem? Is there a workaround?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Special words in article prevent displaying covers and all info from amazon</p>

<p>Hello,</p>

<p>I got the problem, that there are some stop words, which prevent the Plugin working properly, e.g. casino, krasinski and some other. Probably this is something amazon has included but it is really annoying because it means I cannot write about the movie &#8220;casino royale&#8221; or the actor &#8220;John Krasinski&#8221;. Covers aren´t displayed / No link to amazon <img src='http://learningtheworld.eu/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>

<p>Can anyone confirm this and has got the same problem? Is there a workaround?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maike</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37579</link>
		<dc:creator>Maike</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37579</guid>
		<description>&lt;p&gt;Hey, I’ve got a very big problem with mytemplates. any changes on the xsl files don’t take any effect. Best Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, I’ve got a very big problem with mytemplates. any changes on the xsl files don’t take any effect. Best Regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37578</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Tue, 15 Dec 2009 01:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37578</guid>
		<description>&lt;p&gt;Hi Martin,
Great job! I love the plugin, installed it with ease.&lt;/p&gt;

&lt;p&gt;The one challenge I&#039;m still having is how to access the XML to change the image size from small to medium. I have the &quot;debug&quot; box checked in the options. But when I bring up the HTML sourcecode for the posts (I&#039;m using Amazon Machine Tags in the post, not the sidebar), I don&#039;t see the commented links that you mentioned in previous responses.&lt;/p&gt;

&lt;p&gt;Am I looking in the right place?&lt;/p&gt;

&lt;p&gt;And, once I find the XML files, do I have to change them one at a time? Or is there a global setting I can switch?&lt;/p&gt;

&lt;p&gt;Thanks!
MJ&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Martin,
Great job! I love the plugin, installed it with ease.</p>

<p>The one challenge I&#8217;m still having is how to access the XML to change the image size from small to medium. I have the &#8220;debug&#8221; box checked in the options. But when I bring up the HTML sourcecode for the posts (I&#8217;m using Amazon Machine Tags in the post, not the sidebar), I don&#8217;t see the commented links that you mentioned in previous responses.</p>

<p>Am I looking in the right place?</p>

<p>And, once I find the XML files, do I have to change them one at a time? Or is there a global setting I can switch?</p>

<p>Thanks!
MJ</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Knoch</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37567</link>
		<dc:creator>Carsten Knoch</dc:creator>
		<pubDate>Fri, 04 Dec 2009 02:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37567</guid>
		<description>&lt;p&gt;Hey Martin,&lt;/p&gt;

&lt;p&gt;I&#039;ve been noticing something that&#039;s a little puzzling to me. I connect to regular old amazon.com to get CD and book cover images using Amazon Machine Tags.&lt;/p&gt;

&lt;p&gt;The prices it retrieves are typically lower than than price actually listed when you click through to Amazon. What is the price the plugin retrieves? Am I missing something configuration detail?&lt;/p&gt;

&lt;p&gt;Let me know what I might be doing wrong... Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Martin,</p>

<p>I&#8217;ve been noticing something that&#8217;s a little puzzling to me. I connect to regular old amazon.com to get CD and book cover images using Amazon Machine Tags.</p>

<p>The prices it retrieves are typically lower than than price actually listed when you click through to Amazon. What is the price the plugin retrieves? Am I missing something configuration detail?</p>

<p>Let me know what I might be doing wrong&#8230; Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Foster</title>
		<link>http://learningtheworld.eu/2009/amazon-authorization/comment-page-1/#comment-37565</link>
		<dc:creator>Gregory Foster</dc:creator>
		<pubDate>Mon, 30 Nov 2009 03:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/?p=693#comment-37565</guid>
		<description>&lt;p&gt;Hi Martin,
Thank you for a very useful plugin.  Just got it working in the sidebar on a new 2.8.6 WP installation.  I ran into a problem worth mentioning.  If your server timeclock is incorrect, and outside the bounds of Amazon&#039;s current timestamp, requests to verify one&#039;s credentials/access keys will fail.  An error message will be displayed on the Amazon Machine Tags settings page indicating there was a problem with the credentials.  I checked the XML response file you so thoughtfully save in the cache, and observed the Amazon error code AWS.TimestampExceedsTimeToLive and the error message &quot;Timestamp 2009-11-30T00:21:53Z is more then 900 seconds before current time 2009-11-30 03:29:39Z.&quot;  Sure enough, I checked my server clock and it was off by 3 hours.  Setting the correct server time and refreshing the Amazon Machine Tags settings page fixed the problem.&lt;/p&gt;

&lt;p&gt;Thanks for a sweet plugin!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Martin,
Thank you for a very useful plugin.  Just got it working in the sidebar on a new 2.8.6 WP installation.  I ran into a problem worth mentioning.  If your server timeclock is incorrect, and outside the bounds of Amazon&#8217;s current timestamp, requests to verify one&#8217;s credentials/access keys will fail.  An error message will be displayed on the Amazon Machine Tags settings page indicating there was a problem with the credentials.  I checked the XML response file you so thoughtfully save in the cache, and observed the Amazon error code AWS.TimestampExceedsTimeToLive and the error message &#8220;Timestamp 2009-11-30T00:21:53Z is more then 900 seconds before current time 2009-11-30 03:29:39Z.&#8221;  Sure enough, I checked my server clock and it was off by 3 hours.  Setting the correct server time and refreshing the Amazon Machine Tags settings page fixed the problem.</p>

<p>Thanks for a sweet plugin!</p>]]></content:encoded>
	</item>
</channel>
</rss>
