Title: WP-Amazon-Search widget
Author: jeffbert
Published: <strong>03.10.2010</strong>
Last modified: 03.10.2010

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

![](https://s.w.org/plugins/geopattern-icon/amazon-search-widget.svg)

# WP-Amazon-Search widget

 От [jeffbert](https://profiles.wordpress.org/jeffbert/)

[Изтегляне](https://downloads.wordpress.org/plugin/amazon-search-widget.zip)

 * [Детайли](https://bg.wordpress.org/plugins/amazon-search-widget/#description)
 * [Оценки](https://bg.wordpress.org/plugins/amazon-search-widget/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/amazon-search-widget/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/amazon-search-widget/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/amazon-search-widget/)

## Описание

Add slick looking Amazon Search widgets to your blog posts in a brain-dead simple
way!
 Just say `[search]` to add a Search widget anywhere on your blog.

Amazon Widgets are small Flash-based mini-applications that bring Amazon’s rich 
features right to your website. The Amazon Search widget is a really useful widget
that lets your users search from Amazon products right from your blog. You can even
earn money by specifying your Amazon Associates ID.

There are many ways to create a Search widget. Here are some:

 1. `[search]` 
     This creates a 160px widget widget with 1 column and 5 rows.
 2. `[search keywords="Nikon DSLR" category="Photo"]` 
     This search widget lets you
    search through Amazon’s ‘Camera & Photography’ catalog with results for „Nikon 
    DSLR“ displayed by default.
 3. `[search width="500" columns="2" rows="3"]` 
     This creates a 500 pixel wide widget
    with results spanning 2 columns and 3 rows.
 4. `[search design="1" color_theme="Pink"]` 
     This creates a pink themed widget. Make
    sure to choose a design and color theme that makes the widget blend in with the
    rest of your page design. You can select from a range of designs and color themes.
    These are valid design/color_theme combinations:  Design: ColorTheme 1: Blues, 
    Pistachio, RedGrey, Pink, Pumpkin  2:Default, Blue, Grey, Orange, Pink, White  
    3:Cinnamon, Peppermint, Spearmint  4:Onyx, Cobalt, Ruby  5:BrushedSteel, BrushedNickel,
    BrushedCopper
 5. `[search show_rating="False" show_price="False"]` 
     This creates a search widget
    where the star ratings and price for each product are hidden. So you only see the
    Product title and sub-title for each result.
 6. `[Search tag="ohmyki-20" show_price="false" show_rating="false" keywords="HDTV"]`
    
    This creates a Search widget results for the keyword „HDTV“. The search results
    will not have price or ratings information since we’ve set those to „False“. Also,
    since the ‘tag’ parameter is specified, you will earn an Affiliate referral fee
    for any sales made through this widget. IMPORTANT: One in 5 impressions of this
    widget will be tagged with the plugin creator’s affiliate ID (‘wp-search-20’).

You can customize a lot more in your Search widget widget. Check out the FAQ section
for more details.

## Снимки на разширението

[⌊Here's a screenshot of a Search widget widget in action.⌉⌊Here's a screenshot 
of a Search widget widget in action.⌉[

Here’s a screenshot of a Search widget widget in action.

## Инсталиране

 1. Upload `wp-amazon-search.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## ЧЗВ

  What kinds of search widgets can I create?

There are many ways to create a Search widget. Here are some:

 1. `[search]` 
     This creates a 160px widget widget with 1 column and 5 rows.
 2. `[search keywords="Nikon DSLR" category="Photo"]` 
     This search widget lets you
    search through Amazon’s ‘Camera & Photography’ catalog with results for „Nikon 
    DSLR“ displayed by default.
 3. `[search width="500" columns="2" rows="3"]` 
     This creates a 500 pixel wide widget
    with results spanning 2 columns and 3 rows.
 4. `[search design="1" color_theme="Pink"]` 
     This creates a pink themed widget. Make
    sure to choose a design and color theme that makes the widget blend in with the
    rest of your page design. You can select from a range of designs and color themes.
    These are valid design/color_theme combinations:  Design: ColorTheme 1: Blues, 
    Pistachio, RedGrey, Pink, Pumpkin  2:Default, Blue, Grey, Orange, Pink, White  
    3:Cinnamon, Peppermint, Spearmint  4:Onyx, Cobalt, Ruby  5:BrushedSteel, BrushedNickel,
    BrushedCopper
 5. `[search show_rating="False" show_price="False"]` 
     This creates a search widget
    where the star ratings and price for each product are hidden. So you only see the
    Product title and sub-title for each result.

  Where can I get all the Amazon categories?

To get a list of valid categories, see the ‘SearchIndex’ column on this page: http://
docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?APPNDX_SearchIndexValues.
html

  How do I change the size of my Search widget widget?

You can set ‘width’, ‘columns’ and ‘rows’ parameters to resize your widget. For 
e.g., to get a 600px wide widget with 2 rows and 5 columns, I would do something
like this:

 [search width=“400″ rows=“2″ columns=“5″]

The value for width should be between 150 and 800.

  How do I create a Search widget containing products from from Amazon.co.uk?

Add the parameter marketplace=“GB“. Valid values for market place are: JP, FR, DE,
GB, US, CA

  How do I display the product image for each search result?

Due to some funkiness between the Amazon code and the WordPress code, you can’t 
show product images in the widget. If you’d like to try anyway, then try setting
the ‘show_image’ parameter like so: `[search show_image="True"]`

  I can’t get the widget to show up in my sidebar. Instead of the widget, I see 
the plugin code in the sidebar. How do I fix this?

WordPress doesn’t directly let you use shortcodes in the sidebar. Since this plugin
uses shortcodes, you can’t add this widget to the sidebar ‘out-of-the-box’. However,
there is a trivially easy 1-line fix for this! Follow these steps:
 (Note: The steps
below have been quoted from http://englishmike.net/2008/07/07/wordpress-quick-tips-
3adding-a-shortcode-to-a-sidebar-widget/)

 1. Login to your blog’s administration pages and go to the Theme Editor – i.e. select
    Design >> Theme Editor from the admin menu.
 2. Look in the list of Template Files on the right of the page for one called Theme
    Functions or functions.php and click on it to load it into the editor.
 3. Find a place between the tags which is not in the middle one of the functions that
    may already be in the file (the very top or bottom of the file are both good places)
    and add the following line:
     add_filter(‘widget_text’, ‘do_shortcode’);
 4. Click on the Update File button to save the modified template.

That’s all you need to do. Now any shortcodes you add to a sidebar widget will show
up correctly.

  Ok, one FINAL question before I’m sold. I love the Search widget widget. Any plans
on doing this for other Amazon widgets on http://widgets.amazon.com/?

I already have shortcodes for the Carousel widget (https://wordpress.org/extend/
plugins/wp-amazon-carousel/) and MP3 widget (https://wordpress.org/extend/plugins/
wp-amazon-mp3-widget/). If there’s enough interest in getting the MP3 Clips widget,
Slideshow widget, My Favorites, drop me a line at dogbertq8@gmail.com and I’ll build
another plugin for those widgets.

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“WP-Amazon-Search widget” е софтуер с отворен код. Към разширението са допринесли
следните хора:

Сътрудници

 *   [ jeffbert ](https://profiles.wordpress.org/jeffbert/)

[Превеждане на “WP-Amazon-Search widget” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/amazon-search-widget)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/amazon-search-widget/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/amazon-search-widget/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/amazon-search-widget/)
чрез [RSS](https://plugins.trac.wordpress.org/log/amazon-search-widget/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **1.0**
 *  Last updated **Преди 16 години **
 *  Active installations **10+**
 *  WordPress version ** 2.5 или по-висока **
 *  Tested up to **2.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/amazon-search-widget/)
 * Tags
 * [affiliate](https://bg.wordpress.org/plugins/tags/affiliate/)[amazon](https://bg.wordpress.org/plugins/tags/amazon/)
   [search](https://bg.wordpress.org/plugins/tags/search/)[widget](https://bg.wordpress.org/plugins/tags/widget/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/amazon-search-widget/advanced/)

## Оценки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/amazon-search-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/amazon-search-widget/reviews/)

## Сътрудници

 *   [ jeffbert ](https://profiles.wordpress.org/jeffbert/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/amazon-search-widget/)

## Дарение

Бихте ли желали да подкрепите успеха на разширението?

 [ Направете дарение за това разширение ](http://ohmykindle.blogspot.com/)