<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MDBitz Project Laboratory</title>
	<atom:link href="http://labs.mdbitz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Fri, 19 Aug 2011 10:49:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The Hidden Plugin Guidelines all WordPress Plugin Developers should know</title>
		<link>http://labs.mdbitz.com/2011/08/the-hidden-plugin-guidelines-all-wordpress-plugin-developers-should-know/</link>
		<comments>http://labs.mdbitz.com/2011/08/the-hidden-plugin-guidelines-all-wordpress-plugin-developers-should-know/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 00:54:57 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Guidelines]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=813</guid>
		<description><![CDATA[Lately I&#8217;ve had some back and forth with the WordPress members that &#8220;oversee&#8221; the plugin repository. At the moment I am slightly annoyed at the way they go about &#8220;managing&#8221; the repository but I&#8217;ll leave that for another post. After some back and forth I was finally able to get the Plugin Guidelines that they [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve had some back and forth with the WordPress members that &#8220;oversee&#8221; the plugin repository. At the moment I am slightly annoyed at the way they go about &#8220;managing&#8221; the repository but I&#8217;ll leave that for another post.</p>
<p>After some back and forth I was finally able to get the <strong>Plugin Guidelines</strong> that they use for determining if a plugin is qualified for the repository. In the hopes that other plugin developers don&#8217;t go through what I experienced I&#8217;m including it below. These Guidelines are as-is and as-of August 10th, 2011 the date I received them.</p>
<blockquote>
<p>1. Your plugin must be GPLv2 Compatible. GPLv3-only is not allowed because it is incompatible with the GPLv2 and with WordPress itself. A “GPLv2 or later” license is acceptable, as this gives users the freedom to choose the GPLv3 if they want.</p>
<p>2. If you don’t specify a GPLv2-compatible license, then what you check will be considered to explicitly be GPLv2 code. By committing code to our repository at all, you accept this condition.</p>
<p>3. No obfuscated code. We believe that obfuscated code violates the spirit, if not the letter, of the GPL license under which we operate. The GPLv2 specifically states “The source code for a work means the preferred form of the work for making modifications to it.” Intentionally obfuscated code is not the preferred form, and not allowed in the repository under any circumstances. However, note that some systems, like Paypal donation buttons, use encoded code as part of their normal operating mechanism. This is not considered to be “obfuscated” as this is simply how these types of systems operate and it is not a choice by the plugin author. These types of things are acceptable, but may result in the author being questioned about it for edge cases. If a non-encoded method for such services is available, use it.</p>
<p>4. Trialware is not allowed in the repository. It’s perfectly fine to attempt to upsell the user on other products and features, but a) not in an annoying manner and b) not by disabling functionality after some time period.</p>
<p>5. Serviceware plugins are defined as plugins that merely act as an interface to some external third party service (eg. a video hosting site). Serviceware plugins ARE allowed in the repository, as long as the code in the plugin meets all other conditions. These are allowed even for pay services, as long as the service itself is doing something of substance. Creation of a “service” which does nothing put to provide keys or licenses or anything similar for the plugin, while the plugin does all the actual work, is prohibited. Moving arbitrary code into the service so that it can appear to do some work is also prohibited. This will be handled on a case by case basis and our judgment on any given case is final.</p>
<p>6. No “phoning home” without user’s informed consent.</p>
<p>a. No unauthorized collection of user data. For example, sending the admin’s email address back to your own servers without permission of user is not allowed. Asking the user for an email address and collecting if they choose to submit it is fine. All actions taken in this respect MUST be of the user’s doing, not automatically done by the plugin.</p>
<p>b. All images and scripts shown should be part of the plugin. These should be loaded locally. If the plugin does require that data is loaded from an external site (such as blocklists) this should be made clear in the plugin admin.</p>
<p>c. In general, things like banner or text link advertising should not be anywhere in a plugin, including on its settings screen. Advertising on settings screens is generally ineffective anyway, as ideally users rarely visit these screens, and the advertising is low quality because the ad-systems cannot see the page content to determine good ads. So they’re best just left off entirely. Putting links back to your own site or to your social-network-system of choice is fine. Furthermore, if the plugin does include advertising from a third party service, it must default to completely disabled, in order to prevent tracking information from being collected from the user without their consent.</p>
<p>7. No sending executable code via third-party systems. Use of third-party systems is acceptable in a service-client type of model, but sending actual PHP or other executable code over the network is considered a security risk. Executing outside code like this is not allowed except for specific and very carefully considered cases (such as during upgrades, for example).</p>
<p>8. The plugin most not do anything illegal, or be morally offensive. That’s subjective, we know. Tough. If we don’t like it for any reason, it’s gone. This includes spam, for whatever definition of spam we want to use.</p>
<p>9. You have to actually use the subversion repository we give you in order for your plugin to show up on this site. The WordPress Plugins Directory is a hosting site, not a listing site.</p>
<p>10. The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission. Any such options in the plugin must default to not showing the credit/link.</p>
<p>11. Plugin should not hijack the blog admin. It is fine to include an Upgrade prompt on the plugin admin page but not throughout the blog. It is acceptable to embed a widget on the dashboard but this should be the same size as others and be dismissable. It’s fine to put an error message at the top of the admin for special cases, but it should be linked to a way to fix the error and it should be infrequent. Any form of “nagging” is absolutely prohibited.</p>
<p>12. The plugin page in the directory should include no more than 12 tags. No sponsored links are permitted there. Using the names of other plugins as tags should be carefully considered.</p>
<p>13. Frequent commits can be seen as gaming the Recently Updated lists. Try to limit commits to prevent this. All commits should include a commit message describing the content of the commit, in reasonable detail. Frequent blank commit messages makes it hard for other developers and users to follow what is changing in the plugin. Blank commit messages may also be cause for rejection of the commit.</p>
<p>14. All code changes to a plugin that has a Stable Tag of “trunk” must result in the version number being upgraded. For the trunk and tags method, trunk can be continually updated without version number changes, while tags should generally not be updated ever past the initial tagging.</p>
<p>15. A complete plugin must be available at the time of submission. It would be appreciated if this is linked to in the plugin description.</p>
<p>16. We reserve the right to alter this list in the future. We reserve the right to arbitrarily disable or remove any plugin for any reason whatsoever. Basically, this is our repository, and we will attempt to maintain a standard of conduct and code quality. We may not always succeed, but that is our goal, and we will do whatever we feel is necessary in furtherance of that goal.</p>
</blockquote>
<p>In my opinion there are some questionable items in the list, myself I fell afoul of #6 as I wanted to have actual statistics on usage of my plugin, which is something that WordPress itself does so still not sure why it is present in the guidelines for a no-no with plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/08/the-hidden-plugin-guidelines-all-wordpress-plugin-developers-should-know/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Release : WordPress Amazon Associate Version 1.7.0</title>
		<link>http://labs.mdbitz.com/2011/07/new-release-wordpress-amazon-associate-version-1-7-0/</link>
		<comments>http://labs.mdbitz.com/2011/07/new-release-wordpress-amazon-associate-version-1-7-0/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 03:29:09 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=797</guid>
		<description><![CDATA[Today I&#8217;d like to announce the release of version 1.7.0 of the WordPress Amazon Associate (WPAA) plugin. As you may know I did not plan to release another minor 1.X version and had been planning to do a major 2.0 version release. However due to unexpected business trips and personal obligations I have not had [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;d like to announce the release of version 1.7.0 of the <a href="http://wordpress.org/extend/plugins/wordpress-amazon-associate/" target="_blank">WordPress Amazon Associate</a> (<em>WPAA</em>) plugin. As you may know I did not plan to release another minor 1.X version and had been planning to do a major 2.0 version release. However due to unexpected business trips and personal obligations I have not had the time to work on the new Banner Management system that would equate to a major milestone for the project.</p>
<p>As I do not know when I will have the time to finish the Banner Management system I thought it would be worthwhile to do a minor release that includes 27 changes to the plugin ranging from code cleanup/optimization, plugin compatibility, Multi-User and Multi-Author Support, Bug Fixes and general administration changes. Below you will find a partial list of notable changes and as always for a full list of changes you can visit the project <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/changelog/">changelog</a>.</p>
<h3>Multi-Author Support</h3>
<ul>
<li>New option to use Admin&#8217;s Associate ID for % of Author links</li>
<li>Product Preview now supports usage of Author Associate ID</li>
</ul>
<h3>Plugin Compatibility</h3>
<ul>
<li><em>WordTwit</em> &#8211; renamed fancybox registration name</li>
<li><em>wp-tables-reloaded</em> &#8211; increased priority on Associate Filter to modify links after other plugins</li>
</ul>
<h3>Geo Localization</h3>
<ul>
<li>Updated APaPi library to return error when ASIN is not valid for specified locale</li>
</ul>
<h3>Administration</h3>
<ul>
<li>Administrator option to view content as specified locale</li>
<li>Widget options migrated to own page</li>
<li>Disable plugin features if AWS credentials are not entered.</li>
</ul>
<p>Thanks everyone for your continued support, and please enjoy the plugin!!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/07/new-release-wordpress-amazon-associate-version-1-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPAA Version 2.0 &#8211; Under Development</title>
		<link>http://labs.mdbitz.com/2011/06/wpaa-version-2-0-under-development/</link>
		<comments>http://labs.mdbitz.com/2011/06/wpaa-version-2-0-under-development/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 02:17:30 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[WordPress Amazon Associate]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=790</guid>
		<description><![CDATA[Hi Everyone: I wanted to let you all know that version 2.0 of the WordPress-Amazon-Associate (WPAA) plugin is progressing smoothly. At this time I&#8217;m working on flushing out the last item on my task list for this release: inclusion of Amazon Banner Ads. I anticipate this to take another couple of weeks as I want [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone:</p>
<p>I wanted to let you all know that version 2.0 of the <strong>WordPress-Amazon-Associate</strong> (WPAA) plugin is progressing smoothly. At this time I&#8217;m working on flushing out the last item on my task list for this release: inclusion of Amazon Banner Ads. I anticipate this to take another couple of weeks as I want to make sure that I think through the administrative interface completely prior to the release.</p>
<p>Some of the other changes made in this release include:</p>
<ul>
<li>Admin Settings Cleanup</li>
<li>Widget &#038; Product Styling Options</li>
<li>Features disabled if AWS Credentials invalid or not entered</li>
<li>Plugin code rewrite and optimization</li>
</ul>
<p>If anyone has any feature requests make sure you send them my way in the next week or so to have them potentially included in the release.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/06/wpaa-version-2-0-under-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Support Forums!!!</title>
		<link>http://labs.mdbitz.com/2011/06/new-support-forums/</link>
		<comments>http://labs.mdbitz.com/2011/06/new-support-forums/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 19:21:10 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=784</guid>
		<description><![CDATA[Hi Everyone, I wanted to let all of you know that as of this afternoon we at MDBitz have launched a Support Forum to better assist and answer user questions on any of our projects. Currently we are just getting started posting information and Tutorials on our WordPress Plugin WordPress-Amazon-Associate. If you utilize the plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone, I wanted to let all of you know that as of this afternoon we at MDBitz have launched a <a href="http://forums.mdbitz.com/index.php" target="_blank">Support Forum</a> to better assist and answer user questions on any of our projects.</p>
<p>Currently we are just getting started posting information and Tutorials on our WordPress Plugin <strong>WordPress-Amazon-Associate</strong>. If you utilize the plugin and would like to learn more information on it&#8217;s different features, report bugs or share other information then please do so at <a href="http://forums.mdbitz.com/index.php" target="_blank">http://forums.mdbitz.com/</a>.</p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/06/new-support-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best WordPress Amazon Associate Plugins</title>
		<link>http://labs.mdbitz.com/2011/05/the-best-wordpress-amazon-associate-plugins/</link>
		<comments>http://labs.mdbitz.com/2011/05/the-best-wordpress-amazon-associate-plugins/#comments</comments>
		<pubDate>Tue, 31 May 2011 13:15:14 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=776</guid>
		<description><![CDATA[Last year I created the WordPress-Amazon-Associate plugin to make the inclusion of Amazon links and Widgets simpler and more efficient. Since then I&#8217;ve made numerous enhancements all in the hopes that users would find it as useful as I do. To date their have been over 30,000 downloads of WPAA and overall great feedback from [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I created the <strong>WordPress-Amazon-Associate</strong> plugin to make the inclusion of Amazon links and Widgets simpler and more efficient. Since then I&#8217;ve made numerous enhancements all in the hopes that users would find it as useful as I do. To date their have been over 30,000 downloads of <em>WPAA</em> and overall great feedback from those that use it.</p>
<p>Recently I came across an excellent article on WinkPress &#8211; <a href="http://winkpress.com/amazon/plugin/#toc-the-best-amazon-plugins-for-bloggers" target="_blank">The Best WordPress Amazon Associate Plugins</a>. On it you will find a great overview and comparison of Amazon Associate plugins for WordPress both free and commercial. To my surprise and delight <em>WPAA</em> is mentioned along with <a href="http://wordpress.org/extend/plugins/amazon-product-in-a-post-plugin/" target="_blank">Amazon PIP</a> as the best Amazon Plugins for Bloggers!  If you want to learn more about what plugins are available out there and their features than I urge you to read the article.</p>
<p>Thanks everyone for making <em>WPAA</em> such a huge success.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/05/the-best-wordpress-amazon-associate-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Release: WPAA Plugin version 1.6.0 &#8211; Static Link Geo Localization</title>
		<link>http://labs.mdbitz.com/2011/05/new-release-wpaa-plugin-version-1-6-0-static-link-geo-localization/</link>
		<comments>http://labs.mdbitz.com/2011/05/new-release-wpaa-plugin-version-1-6-0-static-link-geo-localization/#comments</comments>
		<pubDate>Thu, 19 May 2011 00:08:20 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=762</guid>
		<description><![CDATA[Today I&#8217;m proud to announce the release of version 1.6.0 of the WordPress Amazon Associate plugin. Although there aren&#8217;t a large number of changes in this release I think it deserves special attention as it truly makes the plugin a must have for WordPress &#038; Amazon Associate users. In this release Geo-Localization has been extended [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m proud to announce the release of version <b>1.6.0</b> of the <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/" target="_blank">WordPress Amazon Associate plugin</a>. Although there aren&#8217;t a large number of changes in this release I think it deserves special attention as it truly makes the plugin a must have for <a href="http://wordpress.org/" target="_blank">WordPress</a> &#038; <a href="https://affiliate-program.amazon.com/gp/associates/join/landing/main.html" target="_blank">Amazon Associate</a> users.</p>
<p>In this release Geo-Localization has been extended to support static amazon links within your website&#8217;s content. This means that you no longer have to update links to use the Shortcodes provided by the plugin instead the links will be automatically updated to the appropriate amazon locale <em>with the correct associate tag</em> based on the visitor&#8217;s IP Address. </p>
<p>As part of the localization process validation is performed on the generated link so that if the product does not exist for a locale the original link will be displayed to the viewer. In addition if you have disabled the visitor&#8217;s locale in the <em>WP &gt; Amazon</em> &gt; <em>Settings</em> admin page then the original link will be displayed making sure you maximize your return from the <a href="https://affiliate-program.amazon.com/gp/associates/join/landing/main.html" target="_blank">Amazon Associates Program</a>.</p>
<p>To enable static link localization both <strong>Geo Localization</strong> and <strong>Associate Filtering </strong>must be enabled within the plugin settings.</p>
<p>As part of this release a few minor enhancements were made as well for support of Amazon Enhanced Ads and optimization to the Associate Filter logic. For full details please read the full project <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/changelog/">changelog</a>.</p>
<p>Thanks as always for everyone&#8217;s continued support of the plugin!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2011/05/new-release-wpaa-plugin-version-1-6-0-static-link-geo-localization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Release: WordPress Amazon Associate Plugin version 1.4.1</title>
		<link>http://labs.mdbitz.com/2010/12/new-release-wordpress-amazon-associate-plugin-version-1-4-1/</link>
		<comments>http://labs.mdbitz.com/2010/12/new-release-wordpress-amazon-associate-plugin-version-1-4-1/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 04:15:24 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=690</guid>
		<description><![CDATA[Today we released a patch to the WordPress Amazon Associate Plugin to correct an error in the Quick Links Module as well as providing additional styling for Amazon product images created through ShortCode. The latest available version (1.4.1) contains these changes and are worth getting if you utilize the HTML editor for writing content on [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released a patch to the <strong>WordPress Amazon Associate</strong> Plugin to correct an error in the Quick Links Module as well as providing additional styling for Amazon product images created through ShortCode. The latest available version (<a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/downloads/">1.4.1</a>) contains these changes and are worth getting if you utilize the HTML editor for writing content on your website.</p>
<p>Last week <em>Ustad</em> identified an issue where the insert product buttons of the Quick Links component was not inserting into the post/page content. <em>Manuel</em> then provided the necessary details on the error by pointing out that this issue occurred only when in the HTML editor mode. Thanks to this insight we were able to correct the issue by utilizing the <strong>send_to_editor</strong> JavaScript function that <a href="http://wordpress.org/" target="_blank">WordPress</a> provides.</p>
<p>Today I received an email from Ariel asking if it would be possible to include alignment of Amazon Product Images so that inserted images will not cause breaks in content.  After reviewing the code base I determined that although adding the align property is possible that it would be best instead to include a class attribute as align is deprecated.  Therefore all <em>amazon_image</em> ShortCode can now be styled by use of the <em>class</em> attribute.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>amazon_image <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;alignleft&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">....</span><span style="color: #009900;">&#91;</span><span style="color: #339933;">/</span>amazon_image<span style="color: #009900;">&#93;</span></pre></div></div>

<p>Looking at the site I notice that the content is sorely lacking when it comes to the <em>amazon_link</em> and <em>amazon_image</em> ShortCodes. Hopefully I will get some free time to get these documented shortly for everyone. Also as a side note development of <strong>Version 2.0</strong> is well underway and it looks like it will also contain support for another Amazon Widget.</p>
<p>Happy Holidays ! ~ Matthew</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2010/12/new-release-wordpress-amazon-associate-plugin-version-1-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.4.0 released for the WordPress Amazon Associate Plugin</title>
		<link>http://labs.mdbitz.com/2010/12/version-1-4-0-released-for-the-wordpress-amazon-associate-plugin/</link>
		<comments>http://labs.mdbitz.com/2010/12/version-1-4-0-released-for-the-wordpress-amazon-associate-plugin/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 15:19:54 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Amazon Assoicate]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=676</guid>
		<description><![CDATA[Well, as it turns out version 1.3.0 was not the last release of the 1.X branch. Let me announce that Version 1.4.0 of the WordPress Amazon Associate Plugin has been released! This release incorporates a few key features that I think will open up the plugin to an even wider audience. First this releases includes [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as it turns out version 1.3.0 was not the last release of the <em>1.X</em> branch.  Let me announce that <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/downloads/">Version 1.4.0</a> of the <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/">WordPress Amazon Associate</a> Plugin has been released!</p>
<p>This release incorporates a few key features that I think will open up the plugin to an even wider audience.  First this releases includes a new Cache module. The Cache Module if enabled will save Product information returned from the Amazon Product API to a local database and will serve that content from the local copy instead of doing another request. The saved data is stored by locale so it will not cause any issues with the Geo Localization logic of the plugin. To make sure the product content stays up-to-date there is a built in expiration setting so that content older than x days will be updated from the Product Advertising API.</p>
<p>The second major update in this release is the inclusion of Multi-Author support. We&#8217;ve added in hooks to the user profile so that every author of your website can specify their Amazon Associate Tag. If their associate information is available all links/widgets in the content of the post/page that author created will contain their associate tags. This option like all other features is optional and can be disabled on the settings page if desired.</p>
<p>The last major enhancement in this release is the inclusion of a Quick Links component to the post/page edit pages. This component, available in the right sidebar, allows you to insert Amazon Products or Images in 2 quick steps.  The tinyMCE button can still be used but will be modified in future release to enable advanced searching and options.</p>
<p>In addition to the above enhancements we made some general coding changes to remove PHP Notice messages that were being produced by the plugin. That is it for now, Version 2.0 isn&#8217;t expected to be out till next year but in the mean time if you have any questions/issues please don&#8217;t hesitate to let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2010/12/version-1-4-0-released-for-the-wordpress-amazon-associate-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5,000 downloads and counting</title>
		<link>http://labs.mdbitz.com/2010/12/5000-downloads-and-counting/</link>
		<comments>http://labs.mdbitz.com/2010/12/5000-downloads-and-counting/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 13:31:51 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Thank You]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=666</guid>
		<description><![CDATA[Today is a momentous occasion for us, and it is all thanks to you! As of early this morning the WordPress Amazon Associate plugin has reached 5,000 downloads according to official WordPress plugin statistics. I never imagined that this plugin would reach 5,000 downloads in less than a month. Thank you for your continued support, [...]]]></description>
			<content:encoded><![CDATA[<p>Today is a momentous occasion for us, and it is all thanks to you! As of early this morning the <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/">WordPress Amazon Associate</a> plugin has reached 5,000 downloads according to official <a href="http://wordpress.org/" target="_blank">WordPress</a> plugin statistics. I never imagined that this plugin would reach 5,000 downloads in less than a month.</p>
<p>Thank you for your continued support, and look forward to these upcoming plugin enhancements in the near future.</p>
<ul>
<li>Multi-User Support &#8211; Associate Tags per Editor(User)</li>
<li>Quick Links Sidebar &#8211; Enable 2 step insert of links and products from the page/post editor screen</li>
<li>Amazon Banner and Ads Support</li>
</ul>
<p>Again, Thank You! and please let us know if you have any questions, issues, or would like to request a feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2010/12/5000-downloads-and-counting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Release: Version 1.3.0 of the WordPress Amazon Associate Plugin</title>
		<link>http://labs.mdbitz.com/2010/12/new-release-version-1-3-0-of-the-wordpress-amazon-associate-plugin/</link>
		<comments>http://labs.mdbitz.com/2010/12/new-release-version-1-3-0-of-the-wordpress-amazon-associate-plugin/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 17:52:23 +0000</pubDate>
		<dc:creator>Matthew Denton</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[WordPress Amazon Associate]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Geo Localization]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPAA]]></category>

		<guid isPermaLink="false">http://labs.mdbitz.com/?p=643</guid>
		<description><![CDATA[Today (December 3rd) we released version 1.3.0 of our WordPress plugin: WordPress Amazon Associate. We&#8217;re really excited about the new features that have been included in this release and think that you will be as well. Everybody loves widgets and in this release we have added support for the Amazon Omakase Widget. This widget (shown [...]]]></description>
			<content:encoded><![CDATA[<p>Today (December 3<sup>rd</sup>) we released version <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/downloads/" >1.3.0</a> of our <a href="http://wordpress.org" target="_blank">WordPress</a> plugin: <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/">WordPress Amazon Associate</a>. We&#8217;re really excited about the new features that have been included in this release and think that you will be as well.</p>
<p>Everybody loves widgets and in this release we have added support for the Amazon <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/amazon-widget-support/amazon-omakase-widget/">Omakase</a> Widget. This widget (shown below) will render Amazon Products that have been optimized by Amazon for your website.</p>
<p><script type="text/javascript"><!--
             amazon_ad_width = "300"; amazon_ad_height = "250"; amazon_ad_logo = "show"; amazon_ad_border = "show"; amazon_ad_product_images = "show"; amazon_ad_link_target = "same"; amazon_ad_price = "all"; amazon_ad_discount = "add"; amazon_color_border = "#000000"; amazon_color_background = "#FFFFFF"; amazon_color_text = "#000000"; amazon_color_link = "#3399FF"; amazon_color_price = "#990000"; amazon_color_logo = "#CC6600"; amazon_ad_tag = "wp-amazon-associate-20";
            //--></script><script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script></p>
<p>You can add this widget to your site through PHP, Short Code, The Widget Admin screen, or through the new extended tinyMCE control. As of 1.3.0 we have extended our custom tinyMCE editor into a drop down button that allows you to insert ShortCode for all supported widgets through an overlay config page with built in preview.</p>
<p>We further enhanced our widgets by enabling support for Geo Localization by IP Address. We introduced this feature for product links in version 1.2.0 and now we support it for widgets by setting the locale/marketPlace value to an empty string (ShortCode) or -Geo Localizaton- (UI).</p>
<p>This may be the last 1.X version of the plugin as we are currently working on the next major release. However there are a few items that may get released sooner as version 1.4 depending on how the new feature development proceeds.</p>
<p>In addition to the Widget enhancements made in this version we also stream-lined code and formatting of existing pages and removed the <em>shortcode_unautop</em> filter that will cause page content to be blank in some instances.</p>
<p>You can view the complete <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/changelog/">changelog</a> for full details about the changes, download the plugin <a href="http://labs.mdbitz.com/wordpress/wordpress-amazon-associate-plugin/downloads/">here</a> or install it through your WordPress powered website. </p>
]]></content:encoded>
			<wfw:commentRss>http://labs.mdbitz.com/2010/12/new-release-version-1-3-0-of-the-wordpress-amazon-associate-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

