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

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# WP-Amazon-Search widget

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

[Pobierz](https://downloads.wordpress.org/plugin/amazon-search-widget.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/amazon-search-widget/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/amazon-search-widget/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/amazon-search-widget/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/amazon-search-widget/#developers)

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

## Opis

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.

## Zrzuty ekranu

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

## Instalacja

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

## Najczęściej zadawane pytania

  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.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„WP-Amazon-Search widget” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “WP-Amazon-Search widget” na swój język.](https://translate.wordpress.org/projects/wp-plugins/amazon-search-widget)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/amazon-search-widget/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/amazon-search-widget/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/amazon-search-widget/)
przez [RSS](https://plugins.trac.wordpress.org/log/amazon-search-widget/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **1.0**
 *  Ostatnia aktualizacja **16 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 2.5 lub nowszej **
 *  Testowano do **2.5**
 *  Język
 * [English (US)](https://wordpress.org/plugins/amazon-search-widget/)
 * Tagi
 * [affiliate](https://pl.wordpress.org/plugins/tags/affiliate/)[amazon](https://pl.wordpress.org/plugins/tags/amazon/)
   [search](https://pl.wordpress.org/plugins/tags/search/)[widget](https://pl.wordpress.org/plugins/tags/widget/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/amazon-search-widget/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/amazon-search-widget/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://ohmykindle.blogspot.com/)