- How does AmazonFeed decide which keywords to use?
The first thing that AmazonFeed checks is whether or not the post has any specific AmazonFeed keywords configured. These can be set on an individual post basis in the Amazon Products Feed configuration area below the post content. If no custom keywords are found there, it will look next at the categories or tags associated with the post itself, depending on which one it was set to look at in the plugin configuration options. If no categories or tags are found, it will then fall back to using the default keywords that were set in the plugin configuration options. - Why are there no products showing up related to my posts?
It is possible that there are no products in Amazon related to the Categories or Tags you have selected. Try adding a few “Default Tags” on the management page, which you would like to have used in the event nothing is found related to your posts. - Why don’t any products show up when I select “All” as the search index?
According to the Amazon documentation, the “All” search index is currently only supported in the United States locale. - I’ve chosen Canada as my locale but products show up when I select “Electronics” as the search index?
According to the Amazon documentation, the “Electronics” search index is not currently available in Canada. - Is there a template tag I can use to put the related Amazon products directly on the template?
Yes, to display a list of related products on a given template you would add code like the following to your WordPress template.
<?php
$aFeed = new AmazonFeed();
$aFeed->display('keyword, another keyword', true);
?> - How do I adjust the CSS to look like “this…”?
There are a great many WordPress themes out there, some more well designed than others, but without doubt there are going to be some themes that don’t show the products in the way you would like them to. My best recommendation (other than hiring a CSS guru to hack your theme) is to use the FireFox web browser and install the FireBug addon. This excellent utility will allow you to see exactly how the CSS is acting on the code of your theme. Using the “Inspect” tool, you simply need to point to and click on the element of your page that you want to check, and FireBug will show you exactly what CSS is acting on that element.
Related Reading:
Beginning PHP and MySQL: From Novice to ProfessionalBeginning PHP and MySQL: From Novice to Professional, Fourth Edition is a major update of W. Jason Gilmore's authoritative book on PHP and MySQL. T... Read More >
PHP Cookbook: Solutions and Examples for PHP ProgrammersWhen it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is... Read More >
Head First PHP & MySQLIf you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide ... Read More >
Links:
- Web Hosting Canada hosting packages starts at $3.95/m. 24/7 toll free support.
Recommended:
Other Information:
Programming Related
Articles we've written related to the topic of PHP Programming.
- AmazonFeed 2.1 Released
(April 13th, 2011 – 7 Comments) - Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Paginated Navigation Bar
(December 21st, 2009 – 2 Comments) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This)
Website Development Tips
Tips and strategies related to the development of great websites.
- Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Captcha Insanity?
(June 18th, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This) - FormContact 1.1 with PHP5 Support
(June 24th, 2008 – 3 Comments) - Website Subversion Backup
(April 8th, 2008 – One Comment)
General Information & Resources
General information and resources from WarkenSoft Productions.
- Beware of Thieves like AmazonPress
(April 22nd, 2010 – 7 Comments) - Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – One Comment) - Wicked Cool PHP – Review
(November 23rd, 2009 – One Comment) - New Webmaster Tool – The Regular Expression Editor
(June 15th, 2007 – Comment on This) - Where to Start with a Website
(March 19th, 2007 – One Comment)


