<?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: WordPress Wednesday: Amazon QuickTags Plugin</title>
	<atom:link href="http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/</link>
	<description>The personal weblog of David Vincent Gagne</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:06:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alan Kellogg</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-371850</link>
		<dc:creator>Alan Kellogg</dc:creator>
		<pubDate>Thu, 14 Oct 2010 22:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-371850</guid>
		<description>I&#039;ve tried using it twice, and both times it linked to Amazon&#039;s Kindle page. Apparently others aren&#039;t having that problem. How do you use it?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried using it twice, and both times it linked to Amazon&#8217;s Kindle page. Apparently others aren&#8217;t having that problem. How do you use it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vodoochile</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-371495</link>
		<dc:creator>vodoochile</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-371495</guid>
		<description>Please delete my first two entries. I was trying to add code in Html brackets. Instead I will use a &quot;(&quot; for a opening and &quot;)&quot; for a closing Html bracket. 
Hi, I&#039;m trying to change your plugin, to add more Quicktags to the Tinymce editor. I removed the Amazon functionality from your davids-ultra-quicktags.php and added the needed extra Quicktags to it. But now Iam stuck: I want to add some special open and closing characters to a single quicktag because they are needed by another plugin. For example I have one (span class=&quot;pullquote&quot;) which should close with a (/span) – which is no problem with your plugin. But I need this: (span class=&quot;pullquote pqRight&quot;)(!-- and a open and closing html uncomment Tag --)(/span). But here is a Problem with the following code which is closing a span with the default Tag: ed.execCommand(&#039;mceInsertContent&#039;, false, newtext + toreplace + &#039;(/span)&#039;);
Is there a way to define a individual closing Tag for each Quicktag? 
Best Regards,
Ben</description>
		<content:encoded><![CDATA[<p>Please delete my first two entries. I was trying to add code in Html brackets. Instead I will use a &#8220;(&#8221; for a opening and &#8220;)&#8221; for a closing Html bracket.<br />
Hi, I&#8217;m trying to change your plugin, to add more Quicktags to the Tinymce editor. I removed the Amazon functionality from your davids-ultra-quicktags.php and added the needed extra Quicktags to it. But now Iam stuck: I want to add some special open and closing characters to a single quicktag because they are needed by another plugin. For example I have one (span class=&#8221;pullquote&#8221;) which should close with a (/span) – which is no problem with your plugin. But I need this: (span class=&#8221;pullquote pqRight&#8221;)(!&#8211; and a open and closing html uncomment Tag &#8211;)(/span). But here is a Problem with the following code which is closing a span with the default Tag: ed.execCommand(&#8216;mceInsertContent&#8217;, false, newtext + toreplace + &#8216;(/span)&#8217;);<br />
Is there a way to define a individual closing Tag for each Quicktag?<br />
Best Regards,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vodoochile</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-371494</link>
		<dc:creator>vodoochile</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-371494</guid>
		<description>Hi, I&#039;m trying to change your plugin, to add more Quicktags to the Tinymce editor. I removed the Amazon functionality from your davids-ultra-quicktags.php and added the needed extra Quicktags to it. But now Iam stuck: I want to add some special open and closing characters to a single quicktag because they are needed by another plugin. For example I have one &lt;code&gt; which should close with a  – which is no problem with your plugin.&lt;/code&gt; But I need this: &lt;code&gt;&lt;!-- and a open and closing html uncomment Tag --&gt;.&lt;/code&gt; But here is a Problem with the following code which is closing a span with the default Tag: ed.execCommand(&#039;mceInsertContent&#039;, false, newtext + toreplace + &#039;&#039;);
Is there a way to define a closing Tag for each Quicktag individually? 
Best Regard,
Ben</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to change your plugin, to add more Quicktags to the Tinymce editor. I removed the Amazon functionality from your davids-ultra-quicktags.php and added the needed extra Quicktags to it. But now Iam stuck: I want to add some special open and closing characters to a single quicktag because they are needed by another plugin. For example I have one &lt;code&gt; which should close with a  – which is no problem with your plugin.&lt;/code&gt; But I need this: &lt;code>&lt;!&#8211; and a open and closing html uncomment Tag &#8211;&gt;.&lt;/code&gt; But here is a Problem with the following code which is closing a span with the default Tag: ed.execCommand(&#8216;mceInsertContent&#8217;, false, newtext + toreplace + &#8221;);<br />
Is there a way to define a closing Tag for each Quicktag individually?<br />
Best Regard,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Website In A Weekend</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-370420</link>
		<dc:creator>Website In A Weekend</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-370420</guid>
		<description>[...] read the first part of WordPress Wednesday: Amazon QuickTags Plugin, where the author explains how his fast hack of the quicktags.js file in WordPress core resulted in [...]</description>
		<content:encoded><![CDATA[<p>[...] read the first part of WordPress Wednesday: Amazon QuickTags Plugin, where the author explains how his fast hack of the quicktags.js file in WordPress core resulted in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-370122</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 06 Oct 2009 23:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-370122</guid>
		<description>Is it possible for you to create a plugin that lets you add new buttons, or let me know how I can modify the existing buttons?

Cheers.</description>
		<content:encoded><![CDATA[<p>Is it possible for you to create a plugin that lets you add new buttons, or let me know how I can modify the existing buttons?</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karin</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-370121</link>
		<dc:creator>Karin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-370121</guid>
		<description>I would LOVE to use your plugin, but unfortunately I&#039;m getting javascript errors. TinyMCE will not even load. Firebug shows the errors:

missing ; before statement
var alassociateid = &#039;settings[&#039;amazonlink&#039;][&#039;associateid&#039;]; ?&gt;&#039;; 

j is undefined
var tinymce={majorVersion:&quot;3&quot;,minorVersi...nged();return true}return false})})();\r\n

I&#039;m not sure where the second one is generated, but the first error is for sure somewhere in your plugin. I am not very good with javascript so I could not find the typo. Please help?</description>
		<content:encoded><![CDATA[<p>I would LOVE to use your plugin, but unfortunately I&#8217;m getting javascript errors. TinyMCE will not even load. Firebug shows the errors:</p>
<p>missing ; before statement<br />
var alassociateid = &#8216;settings['amazonlink']['associateid']; ?&gt;&#8217;; </p>
<p>j is undefined<br />
var tinymce={majorVersion:&#8221;3&#8243;,minorVersi&#8230;nged();return true}return false})})();\r\n</p>
<p>I&#8217;m not sure where the second one is generated, but the first error is for sure somewhere in your plugin. I am not very good with javascript so I could not find the typo. Please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-370104</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Fri, 02 Oct 2009 09:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-370104</guid>
		<description>David, I think you&#039;re totally on the right track. I&#039;d LOVE to see more custom buttons and combining this with the &lt;a href=&quot;http://wordpress.org/extend/plugins/tinymce-advanced/&quot; rel=&quot;nofollow&quot;&gt;TinyMCE Advanced&lt;/a&gt; plugin until TinyMCE matures to become a better product.

Take a look at my ticket to see a broad view of what I think Wordpress should be doing. I&#039;d really like to see a radical change in functionality in the long-term, and would be even more thrilled to see this happen by beginning of next year.
http://core.trac.wordpress.org/ticket/10753

Anyway, until then, I can easily come up with some ideas for your plugin to supplement TinyMCE Advanced to make it a better editor for all people!</description>
		<content:encoded><![CDATA[<p>David, I think you&#8217;re totally on the right track. I&#8217;d LOVE to see more custom buttons and combining this with the <a href="http://wordpress.org/extend/plugins/tinymce-advanced/" rel="nofollow">TinyMCE Advanced</a> plugin until TinyMCE matures to become a better product.</p>
<p>Take a look at my ticket to see a broad view of what I think WordPress should be doing. I&#8217;d really like to see a radical change in functionality in the long-term, and would be even more thrilled to see this happen by beginning of next year.<br />
<a href="http://core.trac.wordpress.org/ticket/10753" rel="nofollow">http://core.trac.wordpress.org/ticket/10753</a></p>
<p>Anyway, until then, I can easily come up with some ideas for your plugin to supplement TinyMCE Advanced to make it a better editor for all people!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baron</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369444</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369444</guid>
		<description>Works great, thank you</description>
		<content:encoded><![CDATA[<p>Works great, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ella</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369429</link>
		<dc:creator>ella</dc:creator>
		<pubDate>Sun, 14 Jun 2009 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369429</guid>
		<description>Hi, David.  Just a quick note to say all is fine with this plugin with 2.8 and 1.5.1. I thought for sure I&#039;d rated this in the extend/plugins listings. Now I have. (5)</description>
		<content:encoded><![CDATA[<p>Hi, David.  Just a quick note to say all is fine with this plugin with 2.8 and 1.5.1. I thought for sure I&#8217;d rated this in the extend/plugins listings. Now I have. (5)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ella</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369193</link>
		<dc:creator>ella</dc:creator>
		<pubDate>Sat, 11 Apr 2009 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369193</guid>
		<description>You&#039;re a doll. Thank you so much!</description>
		<content:encoded><![CDATA[<p>You&#8217;re a doll. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvg</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369192</link>
		<dc:creator>dvg</dc:creator>
		<pubDate>Sat, 11 Apr 2009 16:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369192</guid>
		<description>Hey ella,

I updated the plugin so that the TITLE tag is now a Javascript prompt instead of always defaulting to &quot;Buy @ Amazon&quot;.

Grab the latest version (1.0.30) and you should be happy.</description>
		<content:encoded><![CDATA[<p>Hey ella,</p>
<p>I updated the plugin so that the TITLE tag is now a Javascript prompt instead of always defaulting to &#8220;Buy @ Amazon&#8221;.</p>
<p>Grab the latest version (1.0.30) and you should be happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ella</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369190</link>
		<dc:creator>ella</dc:creator>
		<pubDate>Sat, 11 Apr 2009 12:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369190</guid>
		<description>Hi. The plugin is working but is there a way to prevent the Buy @ Amazon title? I removed it manually -- no big deal -- but I know I&#039;ll forget sometimes and it&#039;s a bit too brash for me. Also using Thesis, btw.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi. The plugin is working but is there a way to prevent the Buy @ Amazon title? I removed it manually &#8212; no big deal &#8212; but I know I&#8217;ll forget sometimes and it&#8217;s a bit too brash for me. Also using Thesis, btw.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369085</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369085</guid>
		<description>great article. thank</description>
		<content:encoded><![CDATA[<p>great article. thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bloground.ro</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369083</link>
		<dc:creator>bloground.ro</dc:creator>
		<pubDate>Fri, 27 Mar 2009 08:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369083</guid>
		<description>[...] Amazon QuickTags Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Amazon QuickTags Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willis Whitlock</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369076</link>
		<dc:creator>Willis Whitlock</dc:creator>
		<pubDate>Fri, 27 Mar 2009 00:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369076</guid>
		<description>This is great. Just what I need.</description>
		<content:encoded><![CDATA[<p>This is great. Just what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblog Tools Collection</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comment-369067</link>
		<dc:creator>Weblog Tools Collection</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372#comment-369067</guid>
		<description>[...] Amazon QuickTags Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Amazon QuickTags Plugin [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

