Frequently Asked Questions

April 14th, 2013 Leave a comment Go to comments
I’ve tried the plugin and it doesn’t do what I want, help?

If you think the plugin doesn’t work, please try contacting me and I will endeavour to help. You can either start a forum topic on the WordPress site or leave a comment on my site on the plugin page Amazon Link Page.

Where do I enter my Amazon Affiliate IDs?

The site owner can enter their Affiliate IDs on the Amazon Link Settings page in the ‘Channels’ section. Enter your IDs for all the locales that you have registered for in the default channel.

Any user of your site (including the owner/administrator) can also add their Affiliate IDs to their User Profile.

It is recommended that the Affiliate IDs in the default channel as set up, as some sections of the site (e.g. shortcodes inserted in sidebar widgets) do not have an ‘author’.

If some of the IDs are not supplied in a User’s profile, or in a particular Channel, then the ones in the default channel will be used instead.

The plugin adds a helper tool to the Post and Page administrative pages of your WordPress site that can be used to generate shortcodes easily and quickly.

If you already know the ASIN then simply enter it into the ASIN input and click on ‘Send To Editor’, this can be used to generate simple text links to products.

If you do not know the ASIN then there is a facility to search Amazon, by ASIN, Index, Product Title and or Product Author/Artist. Use this to find the product you wish to link to on your site. Once found select the appropriate template and other settings and press the ‘Insert’ button. This will insert the shortcode into your post, with all the settings required for the selected template pre-filled. This feature is only available if you have entered your Amazon Web Services access keys in the plugin settings.

If you are using ‘live’ data then it will only include keywords that must be provided by the author ‘text’, ‘text1′, etc. If you are using static data then it will also pre-fill the keywords with the product information retrieved from the Amazon site.

There is also a facility to add cover images from the Amazon items into the local media library as attachments to the post (Press the ‘Upload’ button). The plugin will always use these local images in preference to ones fetched from the Amazon site. These images or the remote ones hosted on Amazon can be used to insert image or thumbnail links into your posts.

How do I align thumbnails, images or iframes horizontally and make the text wrap around?

If you want images to be displayed side by side and the text to wrap around the Amazon items, then you simply need to take advantage of the built in ‘align’ classes provided by WordPress.

On the Amazon-Link / Templates Settings page:

  • Find the template you wish to use (e.g. thumbnail),
  • Create a copy of that template and rename it appropriately (e.g. thumbnail left)
  • In the template content find the first element e.g. inside the <div> or <iframe>, either add or update the existing style="..." section to include either ‘alignleft‘, ‘alignright‘ or ‘aligncenter‘ (e.g. <div style="alignleft">).
  • Save the new template and use it for your Amazon Links.
Why do my Kindle products not show any prices?

Unfortunately Amazon do not provide any offer prices with any of their Kindle items. Although Amazon frown on putting static price info you could do this by adding &price=$3 to the shortcode, as long as you put the date of the price you should be okay.

In the next version of the plugin I might add an ‘unofficial’ Kindle price finder.

How do I add the ‘Amazon Product Previews’ to my posts/templates?

The Amazon Product Preview popups are powered by javascript hosted on the Amazon servers, and works in all locales except for Italy and Spain.

However to add the popup to individual posts and pages simply ensure that the ‘preview script’ template is installed and add the shortcode [amazon template=preview script] to the bottom of your post.

If you wish to add the script to your WordPress theme then you can add the following to the footer.php of the template:

<?php if (function_exists(amazon_make_links)) echo amazon_make_links("template=preview script"); ?>

Can I create my own templates for product links?

On the plugin settings page there is a section showing all the available templates. Use this to create, delete and copy templates. The template content is based on standard html with additional keywords that are surrounded by ‘%’ characters. These keywords are automatically filled in with the relevant Amazon product information.

See the Template Help on the same page for a description of each of the keywords that can be used.

Most of the keywords are self explanatory: '%TITLE%' will expand to be the product’s title, '%PRICE%' the formatted product’s price, etc.

However links can be created by using the keyword pair '%LINK_OPEN%' and '%LINK_CLOSE%' with the subject of the link being placed between them. For example '%LINK_OPEN%Amazon Product%LINK_CLOSE%'. The link produced will comply with whatever settings you have used, i.e. localised to the user’s country or produce a multinational popup, it will also use the appropriate Amazon associate IDs.

There are a number of other keywords that are also localised these include: '%LINK_OPEN%' – as described above, '%TLD%' the Top Level Domain to be used ‘.co.uk’, ‘.it’, ‘.com’, etc.; '%MPLACE%' – the Amazon Market place to use ‘GB’, ‘IT’, ‘US’, etc.; '%CC%' – the localised country code ‘uk’, ‘it’, ‘us’; '%TAG%' – The amazon associate tag to use.

By specifying the ‘Live Data’ setting either in the settings page or within the amazon shortcode the data used to fill the template can be generated when the link is displayed. Or if you prefer to use static data or override some of the template content the keywords can be specified in the shortcode.

There are a number of keywords that are only used for static data, these are '%TEXT%', '%TEXT1%', '%TEXT2%', '%TEXT3%', '%TEXT4%'.

You must ensure that the template type is set correctly when creating the template, it should be one of:

  • Product
  • Multi
  • No ASIN

For most templates this should be ‘Product’, which is used to create links about a single Amazon product using the ASIN entered in the shortcode.

If the template accepts a list of ASINS (e.g. like the Carousel widget) then the type should be set to ‘Multi’, and the template should include the keyword '%ASINS%' instead of '%ASIN%'.

If the template does not require an ASIN to be specified then set the type to ‘No ASIN’, typically used for Banners, Scripts and more general items.

Browse the default included templates to see some examples of how the keywords can be used.

Notes:

Widgets: The Amazon widgets are currently not supported in some locales (Canada, China, Italy and Spain).

Banners: The code provided by Amazon to generate banners is very particular to the locale (e.g. the category specified is in the local language), so these don’t tend to display properly when not viewed in the default locale (they drop back to the default Amazon banner).

Can I force a template keyword to a particular locale?

If you want an item in the template to be forced to output information from a specific locale you can apply country modifiers to the template keywords.

For example you wish to show the prices from a number of locales.

This is possible by adding a country modifier to the end of the Template keyword, one of (UK#, CA#, CN#, DE#, ES#, FR#, IT#, JP#, US#). This can be applied to any of the template keywords.

So %PRICE%UK#, %PRICE%DE#, %PRICE%FR# would generate a list of prices from the UK, Germany and France.

I am displaying a lot of Amazon links on my site, can I speed it up?

If you have a lot of Amazon links displayed this can slow down your site considerably as the plugin needs to retrieve data from the Amazon servers for every link.

One way to improve page performance is to turn on the Amazon Link Cache function provided by the plugin. On the plugin Settings page there is a sub section related to the ‘Amazon Data Cache’, selecting ‘Enable Cache’ will install the cache that uses your local database.

Select the maximum time that data should be stored in the cache by updating the ‘Max Age’ setting, this defaults to 48 hours. After which the information stored is cleared from the cache.

To manually empty the cache simply select ‘Flush Cache’.

What templates are included with the plugin?

The plugin contains a set of basic templates to show how the keywords can be used. The easiest way to create new ones is to copy one of the existing ones and update it to meet your needs.

Most of these templates were created by using the Amazon Affiliate site, generating the widget or link required then copying the generated output into the ‘Template Content’ box. Then quickly replacing any of the static data with template keywords, e.g. the product ASIN, Title, etc.

Currently the plugin has default templates for:

  • Thumbnail link
  • Image link
  • Multinational Template
  • Amazon Iframe based Image link
  • Amazon Carousel Widget
  • Amazon My Favourites Widget
  • Amazon MP3 Clips Widget
  • Amazon Enhanced Pop-up Script
  • Amazon Easy Banner
  • Wishlist Template

Bear in mind that the Amazon templates are based on javascript hosted on the Amazon site, as such are often blocked by adblocker software. Also some of these ‘Widget Source’ based templates are not available in certain locales (Canada, China, Italy and Spain).

The ‘Wishlist’ template is the default template used for any lists created by shortcodes, as such it must exist. Deleting this template will cause the plugin to recreate any of the default templates that do not exist. This can be used to reset the templates back to their factory settings.

How do I re-install the default templates?

On the Settings page the plugin provides access to the ‘Default Templates’. These are the ones provided by the plugin. If you accidentally delete a template that you still want or have edited one and it stops working, you can use this page to re-install the default templates.

There are two options, either ‘Install’ which will add the template to your existing list (this creates a new copy of the default template, e.g. ‘Thumbnail2′ if it already exists). If the plugin detects that the default version has been upgraded then the ‘Upgrade’ option will be available this which will overwrite any existing template with the same Name with the new version.

If you are viewing your existing installed templates there is also an option to ‘Reset’ the template back to its default content.

The plugin includes some basic version tracking, based on the Name of the template and the version installed. If you rename the template then it will not be recognised as one of the defaults. The plugin does not track any changes you make to the template, so if you ‘Upgrade’ or ‘Reset’ a template your changes will be lost.

Does the plugin support multiple Amazon Tracking IDs?

The plugin allows the site author to create any number of ‘Amazon Affiliate Channels’ that specify a different set of Affiliate Tracking IDs. This allows the user to monitor how effective particular sections of the site are for generating referrals to Amazon.

The user can generate extra Amazon Tracking IDs by managing their options at Amazon Associates > Your Account > Manage Tracking IDs US, UK.

Then under the Amazon Link Settings page, in the ‘Channels’ section, create a new Channel and enter the tracking IDs created.

Individual WordPress users can also add their own tracking IDs to their User profile. Any page of post that they are the author of will automatically use their Affiliate IDs.

When generating Amazon Link shortcodes, either manually add ‘chan=channel_id’ to the shortcode or use the drop down selector in the Link Tool to choose one of the available channels. Leave blank to adopt the page author’s tracking IDs or use the ones defined in the ‘Default’ channel.

In the future it is intended that the plugin will allow the user to specify Channels by post category/tag/parent, etc.

Associate ID Priority

If the user specifies a Channel in the Amazon Link shortcode then this will always be used (if it exists).

If the post or page is authored by a user who has specified their own affiliate ids then these will be used next.

Otherwise the Affiliate IDs in the ‘default’ channel will be used.

If the Channel selected does not contain affiliate IDs for all locales then ones from the ‘default’ Channel will be automatically inserted.

Can I specify different ASINs for different locales?

If you want to provide different ASINs for different locales then this can be done using the shortcode country modifiers [country].

For example if you want to generate a link for a book and the ASIN for France is ’2020479893′, the UK is ’0340993782′ and Germany is ’3548602045′. Then putting the following in the shortcode will ensure that any localised links will use the appropriate ASIN.

asin[uk]=0340993782&asin[fr]=2020479893&asin[de]=3548602045

If you have ‘live’ data enabled then if the link is localised all other aspects (Title, images, etc.) will be generated using the appropriate ASIN.

If the link is localised to a locale that does not have a user specified ASIN then it will use the one from the default locale.

Alternatively if you have ‘search link’ enabled the plugin will generate a link that will cause Amazon to search for the keywords related to the product rather than a specific ASIN.

Why doesn’t the Wishlist function or Search or Live data work?

For these features to work you must have set up an Amazon Web Services account and set the AWS Public and Private key settings to those provided in the AWS->Security Credentials->Access Credentials section.

For the wishlist to work you must also have inserted at least a few links to Amazon products using the [amazon] tag for it to generate a list of related product suggestions.

Can I change the styling of the wishlist?

If you are using the default Wishlist template that came with the plugin then you can override the default styles. To do this add the file ‘user_styles.css’ to the plugins directory overriding the default stylesheet, the wishlist has the following style elements:

  • amazon_container – Encloses whole wishlist.
  • amazon_prod – Encloses each list item.
  • amazon_img_container – Encloses the item thumbnail (link+img)
  • amazon_pic – Class of the item thumbnail IMG element
  • amazon_text_container – Encloses the item description (Title paragraphs+link + Details paragraphs)
  • amazon_details – Encloses the item details part of the description
  • amazon_price – Spans the item’s formatted price.
Are the links localised to match my visitor’s country of origin?

The links that are generated can optionally be localised to the Amazon store most likely to be used by the visitor to your site, this is achieved by installing the ip2nation database and enabling ‘localise links’ option in the plugin settings.

Link Localisation Limitations

The localisation process is far from perfect and authors should be aware of the following limitations:

  • Incorrect nationality detection -

    The database is updated periodically so it will may be slightly out of date and incorrectly detect an visitor’s locale. Additionally some people browse through proxies or through their company’s firewall which again may confuse the plugin and get the wrong country of origin.

  • Incorrect Amazon site allocation -

    There are only 9 major Amazon sites (UK, France, Germany, Spain, US, Japan, Italy, China and Canada). So the plugin has to guess where a country’s residents are most likely to shop on-line. An alternative is to enable the ‘Multinational Link’ option, this will enable a small popup for each link allowing the site visitor to choose the most appropriate site (based on locale or language).

  • Product Availability -

    A product that is available in the author’s locale may not be available on other Amazon sites. If the live data option is enabled the plugin will display a link to the Amazon site in the author’s own locale if the product is not available at the visitor’s Amazon store.

  • Product Localisation -

    Some products such as books, DVDs and CDs have unique ASINs for each language, country or region. There currently no facility for the plugin to find the correct product for that visitor. If it is not obvious from the product picture, it is recommended that for these items a note should be displayed that recommends the visitor finds the most appropriate version of the item for their locale. They may be disappointed to buy a book in a language they can not understand!

The plugin includes a tool to install and monitor the status of the ip2nation database. However the installation of the ip2nation database is not validated, it simply downloads the latest database file from ip2nation and zaps it into your wordpress mysql database.

If the file is corrupted or maliciously changed then this operation could completely destroy your sites mysql database, if in doubt manually download the database from ip2nation and check its content, currently it consists of 2 tables ip2nation and ip2nationCountries.

Can you provide a few examples of the shortcodes?

[amazon asin=0893817449&text=Henri Cartier-Bresson]
Will produce a text link to an Amazon Product page:
Henri Cartier-Bresson

[amazon asin=0893817449&title=Masters of Photography&template=Thumbnail&live=1]
Will produce a thumbnail image link to an Amazon Product page.

Masters of Photography

[amazon asin=0893817449,0500410607&template=Iframe Image]
Will produce 2 classic Amazon product links to the specified products.

[amazon asin=0893817449,0500410607,050054199X,0500286426,0893818755,050054333X,0500543178,0945506562&template=Carousel]
Will produce a single Amazon Carousel widget containing all the specified products.

[amazon asin=B0893817449,0500410607&template=Wishlist&live=1]
Will produce a list of the 2 products using data from the reader’s local Amazon site.

Henri Cartier-Bresson (Masters of Photography Series)

by Henri Cartier-Bresson [Aperture]
Rank/Rating: 540902/-
Price: $39.17

Henri Cartier-Bresson (Photofile)

by Henri Cartier-Bresson [Thames & Hudson]
Rank/Rating: 424508/-
Price: $9.89

[amazon asin=1841498955&template=Wishlist Post&product=Book&title=Surface Detail (Culture)&artist=Iain M. Banks&thumb=http://ecx.images-amazon.com/images/I/41n7sphvJpL._SL160_.jpg&image=http://ecx.images-amazon.com/images/I/41n7sphvJpL.jpg&price=£5.30]
Will produce a link using a custom template filled in with the data included in the shortcode.

Surface Detail (Culture)

Type: Book
Binding:
By: Iain M. Banks
Title: Surface Detail (Culture)
Price: £5.30
From: Amazon


[amazon asin=1841498955&template=Wishlist Post&live=1&title=My Favourite Book]
Will produce a link using a custom template filled in with live data from the Amazon site, but with the title set by the data included in the shortcode.

My Favourite Book

Type: Book
Binding: Paperback
By: Iain M. Banks
Title: My Favourite Book
Price: $7.58
From: Amazon


[amazon text=Recipe Books&cat=3,10&last=30&wishlist_type=Random]
Produce a wishlist using the default template containing a random selection of products found in the posts in categories 3, 4 and 5.

Jamie at Home : Cook Your Way to the Good Life

by Jamie Oliver [Penguin Books]
Rank/Rating: 2583555/-
Price: $2.98

The Kitchen Diaries

by Nigel Slater [Fourth Estate Ltd]
Rank/Rating: 2488369/-
Price: $19.92

Delia's Complete Cookery Course: The Classic Edition (Vol 1-3)

by Delia Smith [BBC Books]
Rank/Rating: 1124624/-
Price: $148.49

Jamie's Italy

by Jamie Oliver [Michael Joseph]
Rank/Rating: 690813/-
Price: $3.49

Antonio Carluccio's Italian Feast: Over 100 Recipes Inspired by the Flavours of Northern Italy

by ANTONIO CARLUCCIO [BBC BOOKS]
Rank/Rating: 4883640/-
Price: $0.78

[amazon cat=local&template=My Favourites&wishlist_type=similar&text=Some Related Products]
Produce an Amazon My Favourites widget containing a selection of related products to those already displayed on the current page.

  1. April 25th, 2012 at 11:40 | #1

    Hi, somehow the widget does not work, I tried the , as suggested on this page, but…

    any idea

    Thx

    Dan

  2. April 25th, 2012 at 12:06 | #2

    @Dan @Star Wars Music
    Hi Dan,

    Are you talking about putting links into a WordPress sidebar widget, or getting one of the Amazon widgets working?

    Paul

  3. Rob
    May 17th, 2012 at 12:58 | #3

    Hi, couple of questions:
    - How do I make it generate rel=”nofollow” in the <a> tag?
    - How do I link to the review page for a product?

    This is a really powerful plugin. Thanks for sharing it.

    Rob

  4. May 17th, 2012 at 20:12 | #4

    Hi Rob,

    Thanks for trying the plugin, at the moment the plugin does not support those options, but I can add them in the next version if you like.

    Paul

  5. July 13th, 2012 at 08:57 | #5

    Hi, I have just sent you a donation. Thanks for this wonderful tool. I have an issue on our test web site:
    http://stegerfinancialconsulting.com/?p=172
    I have there some issues with the placement of thumb and the modification of the template.
    Thx

  6. July 13th, 2012 at 10:23 | #6

    @George
    Hi George,

    Thanks for the donation!

    Had a quick look at your page, it does appear to be showing the default ‘thumbnail’ template. Did you take a copy of the thumbnail template or just change the original? Have you updated the ‘template=thumbnail’ in the shortcode to match the template name? In the example code you have put in your post it is still referring to the ‘Wishlist Post’ template.

    If you could briefly turn on the debug option (or put ‘debug=1′ in the shortcode) this will provide more info and help diagnose the problem.

    Regards,

    Paul

  7. Xtaz
    July 27th, 2012 at 14:52 | #7

    Hello,

    Seems to be a great plugin but how can we retrieve the availability, the shipping rate, and the total cost (price + shipping) of a product ?
    I don’t find these in the template keywords….

    Thx !

  8. July 28th, 2012 at 08:17 | #8

    @Xtaz

    Hi,

    I’m not sure the Amazon Web Service can return the shipping cost. I’ve looked through the OfferFull response group and although (for some items) it will return the availability there does not seem to be any way to get the shipping costs. The elements that might be of interest for you are these:

    [Availability] => Usually dispatched within 1-2 business days
    [AvailabilityAttributes] => Array
                            (
                                [AvailabilityType] => now
                                [MinimumHours] => 24
                                [MaximumHours] => 48
                            )
    
    [IsEligibleForSuperSaverShipping] => 0

    So you might be able to infer ‘free delivery’ if ‘IsEligibleForSuperSaverShipping’ is set to 1. If I add an %AVAILABILITY% keyword would you want the text description, i.e. ‘Usually dispatched within 1-2 business days’?

    Cheers,

    Paul

  9. Niall Enright
    September 29th, 2012 at 19:08 | #9

    Hi Paul

    Quick question – how do I get the amazon image to have the text of the blog wrap around?

  10. September 29th, 2012 at 20:49 | #10

    @Niall Enright
    The way I did it was to create a copy of the ‘image’ template named ‘image left’ then update the first line of the template content to be <div class="alignleft al_found%FOUND%">.

    alignleft is a WordPress built in class that floats the element to the left and the text should then wrap around on the right.

    Paul

  11. October 17th, 2012 at 15:44 | #11

    I have installed the latest Amazon link and tried copied it to a post but it doesn’t show up like the preview on Amazon . Its just a bunch of words and symbols.. No picture of the product. Any suggestions. Please view what I’m talking about cichlidworlds.com the wet/dry filter post at the bottom of the article..Thanks

  12. October 17th, 2012 at 19:58 | #12

    @Dave
    Hi, could be a conflict with another plugin?

    What else do you have installed? It might just be a case of tweaking the plugin’s priority.

    Paul

  13. November 6th, 2012 at 15:08 | #13

    Hi, thanks for providing this free mod to the community. I have Amazon account already so I went to get my private and public key which seemed to have worked as the checkbox was activated after saving the new values.

    However, when I go to the post and try to search for a product to add, I get the following error: “Error: Your AccessKey Id is not registered for Product Advertising API. Please use the AccessKey Id obtained after registering at https://affiliate-program.amazon.com/gp/flex/advertising/api/sign-in.html.”

    I have visited the link provided, and it takes me to the same area where I found my public and secret key. I have double and triple checked the values and still no success.

    I even slept on it, hoping it would just start working this morning lol….

    Suggestions?

  14. November 6th, 2012 at 16:32 | #14

    @MrTech
    Hi,

    Amazon have changed their sign up process at some point so I ran through the process again recently and wrote it up on this page here:

    http://www.houseindorset.co.uk/plugins/amazon-link/getting-started/

    The key thing that you need to ensure you do is on the AWS Management Console add the ‘Product Advertising API’ to your list of services that you have signed up for, I did this on this page:

    https://portal.aws.amazon.com/gp/aws/manageYourAccount

    Good luck!

    Paul

  15. November 6th, 2012 at 17:02 | #15

    Hi Paul, thanks for being so quick, wow!

    Yup, did everything you mention above and in your getting started guide but that wasn’t the problem. Embarrasing as it may be, I’m back to report the fix for others, should it happen to them.

    Turns out my affiliate login and aws login were different so I was using the api info from my aws account all the while, I should have been using the api info from the affiliate account. In other words, when you click on security credentials link, it will most likely ask you to login again…this is where I went wrong.

    Hope this helps…

  16. November 21st, 2012 at 08:13 | #16

    Hi again,

    I did some research and found that this works just fine for text links:

    %LINK_OPEN%%TITLE%%LINK_CLOSE%

    There doesn’t seem to be anyway of adding an alt and/or title tag upon hover? Not a big deal, I would imagine it’s just another thing that would help SEO.

    Can it be done?

  17. November 21st, 2012 at 08:35 | #17

    @MrTech
    Hi,

    You are right I have not put those attributes in the automatic links, what would you put in the actual values? Just repeat the TITLE for both?

    I can add these as options in the next version of the plugin, however in the short term if it is really a problem you can hand craft your links (no multinational popup though) with something like:

    < href="%URL%" title="%TITLE% %ARTIST%" alt="%TEXT1%">%TITLE%</a>

    Isn’t the ‘alt’ attribute only used in ‘image’ elements?

    This will only work if you have ‘live’ data enabled, which it looks like you have from your previous post.

    Cheers,

    Paul

  18. November 30th, 2012 at 21:46 | #18

    How do I wrap text around the iframe widget? In other words, I’d like to insert this into a post as if it is an image. Been searching, but can’t quite figure it out.

  19. November 30th, 2012 at 21:59 | #19

    @Adrienne

    You could try changing ‘<iframe ... ‘ to: ‘<iframe class="alignleft" ... ‘ in the iframe template.

    Paul

  20. December 1st, 2012 at 03:46 | #20

    @Paul
    Yup! That worked! Thanks!!!

  21. December 23rd, 2012 at 17:15 | #21

    I have been using your plugin for a while now and love it. Not sure if the recent WordPress changed it or if there was an update on your end but it is different now. I use the product links mostly and I used to set them to image medium size. That option has disappeared. Is there a work around to get it back?
    thanks for all your work on this plug in. It was the best one out there for my needs.

  22. December 24th, 2012 at 10:27 | #22

    @Carrie @wvredreads
    Hi Carrie,

    Thanks for using the plugin, to be honest it is probably a change my end. I try to ensure any change doesn’t affect existing functionality but things slip through the net!

    What shortcode are you putting into your posts? Is it something like:

    [amazon asin=0123456789&image=1]

    Do your existing links still work? Is it just that the helper box no longer gives the option to add an image?

    The latest plugin versions rely on ‘templates’ to know what to display, so although the above shortcode will work the new method is to tell it to use the right template. So on the helper box select the ‘Image’ template and it should work as before. Creating a shortcode like:

    [amazon asin=0123456789&template=image]

    I’m probably barking up the wrong tree, but hope that is some help!

    Paul

  23. December 24th, 2012 at 18:15 | #23

    @Paul

    When you used to chose the image option you use to be able to choose small, med, large. That option is gone now.

    The code reads

    [amazon_link id="1933390948" target="_blank" container="" container_class="" ][/amazon_link]

    Everything posted pre-change is still fine. It is not the link that is broken, it is just a style issue. I liked the larger images so that people could see the book covers clearly. With only the small option the image is not very clear.
    This post is pre change: http://wvredreads.com/2012/12/holiday-countdown-gift-11.html (See book cover size)
    This is post-change: http://wvredreads.com/2012/12/holiday-countdown-gift-13.html

    Thanks for your help and work on this. And enjoy your holidays.

  24. December 24th, 2012 at 19:57 | #24

    @Carrie @wvredreads
    Hi Carrie,

    Really sorry I don’t think that short code is from my plugin! I had a quick search but could not find the one you might be using. Good luck, and Merry Christmas/Happy Holidays!

    Paul

  1. February 10th, 2013 at 10:55 | #1