Amazon Associates Link Builder - Version 1.1

Version Description

  • December 13, 2016 =
  • Fix: Rendering of search results in Apple Safari browser.
Download this release

Release Info

Developer amazonlinkbuilder
Plugin Icon 128x128 Amazon Associates Link Builder
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

admin/css/aalb_admin.css CHANGED
@@ -215,6 +215,16 @@ html, body
215
  background: white;
216
  }
217
 
 
 
 
 
 
 
 
 
 
 
218
  .aalb-admin-item-search-items-item-price {
219
  font-size: 1em;
220
  color: #b12704;
215
  background: white;
216
  }
217
 
218
+ /* CSS Fix for rendering issues with safari */
219
+ @media screen and (min-color-index:0)
220
+ and(-webkit-min-device-pixel-ratio:0) { @media {
221
+ .aalb-admin-item-search-items-item-title {
222
+ position: initial;
223
+ margin-left: 2em;
224
+ margin-right: 0em;
225
+ }
226
+ }}
227
+
228
  .aalb-admin-item-search-items-item-price {
229
  font-size: 1em;
230
  color: #b12704;
admin/sidebar/js/aalb_template.js CHANGED
@@ -63,6 +63,9 @@ function aalb_template_select_template_onchange(element) {
63
  if(wp_opt.aalb_default_templates.split(",").indexOf(element.value)>=0) {
64
  codeMirrorHtml.setOption("readOnly", true);
65
  codeMirrorCss.setOption("readOnly", true);
 
 
 
66
  }
67
  }
68
  }
@@ -79,6 +82,8 @@ function clone_existing_template() {
79
  jQuery('#clone_template').attr('disabled','disabled');
80
  //Add CSS Prefix for Amazon Default Templates to prevent style overlapping for clones
81
  if(wp_opt.aalb_default_templates.split(",").indexOf(templateNameToClone)>=0) {
 
 
82
  var randomNumForPrefix = Math.floor((Math.random() * 1000) + 1);
83
  var prefixRegExObject = new RegExp('aalb-', "g");
84
  var prefixReplaceValue = 'aalb-' + randomNumForPrefix + '-';
63
  if(wp_opt.aalb_default_templates.split(",").indexOf(element.value)>=0) {
64
  codeMirrorHtml.setOption("readOnly", true);
65
  codeMirrorCss.setOption("readOnly", true);
66
+ } else {
67
+ codeMirrorHtml.setOption("readOnly", false);
68
+ codeMirrorCss.setOption("readOnly", false);
69
  }
70
  }
71
  }
82
  jQuery('#clone_template').attr('disabled','disabled');
83
  //Add CSS Prefix for Amazon Default Templates to prevent style overlapping for clones
84
  if(wp_opt.aalb_default_templates.split(",").indexOf(templateNameToClone)>=0) {
85
+ codeMirrorHtml.setOption("readOnly", false);
86
+ codeMirrorCss.setOption("readOnly", false);
87
  var randomNumForPrefix = Math.floor((Math.random() * 1000) + 1);
88
  var prefixRegExObject = new RegExp('aalb-', "g");
89
  var prefixReplaceValue = 'aalb-' + randomNumForPrefix + '-';
admin/sidebar/partials/aalb_about.php CHANGED
@@ -27,7 +27,7 @@ include 'aalb_admin_ui_common.php'; ?>
27
  <b>Note</b>
28
  <ul>
29
  <li>
30
- You must review and accept the Amazon Associates Link Builder Conditions of Use as applicable for your region – <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf">US</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf">CA</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf">EU</a>.
31
  </li>
32
  <li>
33
  The plugin is currently in beta form. We intend to regularly add new features and enhancements throughout the beta period and beyond, and welcome your feedback and input.
@@ -136,6 +136,6 @@ include 'aalb_admin_ui_common.php'; ?>
136
  Review <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf">Link Builder User Guide</a> for more information on getting started and key features of the plugin.
137
  </p>
138
  <h2>Support</h2>
139
- <p>If you get stuck, or have any questions, you can ask for help in the [Amazon Associates Link Builder plugin forum](https://wordpress.org/support/plugin/amazon-link-builder). </p>
140
  </div>
141
  </div>
27
  <b>Note</b>
28
  <ul>
29
  <li>
30
+ You must review and accept the Amazon Associates Link Builder Conditions of Use as applicable for your region – <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf">US</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf">CA</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CN.pdf">CN</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf">EU</a>.
31
  </li>
32
  <li>
33
  The plugin is currently in beta form. We intend to regularly add new features and enhancements throughout the beta period and beyond, and welcome your feedback and input.
136
  Review <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf">Link Builder User Guide</a> for more information on getting started and key features of the plugin.
137
  </p>
138
  <h2>Support</h2>
139
+ <p>If you get stuck, or have any questions, you can ask for help in the <a href="https://wordpress.org/support/plugin/amazon-associates-link-builder" target="_blank">Amazon Associates Link Builder plugin forum</a></p>
140
  </div>
141
  </div>
admin/sidebar/partials/aalb_credentials.php CHANGED
@@ -106,7 +106,7 @@ wp_localize_script('aalb_credentials_js', 'wp_opt', array('plugin_url' => AALB_P
106
  <input id="aalb-terms-checkbox" type="checkbox" name="demo-checkbox" value="1" <?php checked( '1', get_option(AALB_CHECKBOX_DEFAULT1) ); ?>/>
107
  </th>
108
  <td style="vertical-align:middle;">
109
- Check here to indicate that you have read and agree to the Amazon Associates Link Builder Conditions of Use as applicable for your region - <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf">US</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf">CA</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf">EU</a>.
110
  </td>
111
  </tr>
112
  </table>
106
  <input id="aalb-terms-checkbox" type="checkbox" name="demo-checkbox" value="1" <?php checked( '1', get_option(AALB_CHECKBOX_DEFAULT1) ); ?>/>
107
  </th>
108
  <td style="vertical-align:middle;">
109
+ Check here to indicate that you have read and agree to the Amazon Associates Link Builder Conditions of Use as applicable for your region - <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf">US</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf">CA</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CN.pdf">CN</a>, <a target="_blank" href="https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf">EU</a>.
110
  </td>
111
  </tr>
112
  </table>
amazon-associates-link-builder.php CHANGED
@@ -7,7 +7,7 @@
7
  /*
8
  Plugin Name: Amazon Associates Link Builder
9
  Description: Amazon Associates Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we’ve designed and included with the plugin.
10
- Version: 1.0
11
  Author: Amazon Associates Program
12
  Author URI: https://affiliate-program.amazon.com/
13
  License: GPLv2
7
  /*
8
  Plugin Name: Amazon Associates Link Builder
9
  Description: Amazon Associates Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we’ve designed and included with the plugin.
10
+ Version: 1.1
11
  Author: Amazon Associates Program
12
  Author URI: https://affiliate-program.amazon.com/
13
  License: GPLv2
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Amazon Associates Link Builder ===
2
- Contributors: @amazonlinkbuilder
3
  Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
4
  Requires at least: 3.0.1
5
  Tested up to: 4.4
6
- Stable tag: 1.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -14,55 +14,43 @@ The official plugin from the Amazon Associates Program.
14
  The Amazon Associates Program is one of the original affiliate marketing programs. Available in geographies across the globe, the Amazon Associates Program has been partnering with content creators to help them monetize their passions since 1996. To learn more about the Amazon Associates Program, please click [here](https://affiliate-program.amazon.com/).
15
 
16
  = About Amazon Associates Link Builder =
17
- Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that weve designed and included with the plugin.
18
 
19
  = Note =
20
- * You must review and accept the Amazon Associates Link Builder Conditions of Use as applicable for your region - [US](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf)| [CA](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf)| [EU](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf).
21
  * The plugin is currently in beta form. We intend to regularly add new features and enhancements throughout the beta period and beyond, and welcome your feedback and input.
22
 
23
  == Installation ==
24
 
25
  = Pre-requisites =
26
  __Become an Associate__ <br />
27
- To become an Associate, create an Amazon Associates account using URL for your country:
28
- Brazil https://associados.amazon.com.br/ <br />
29
- Canada https://associates.amazon.ca/ <br />
30
- China https://associates.amazon.cn/ <br />
31
- France https://partenaires.amazon.fr/ <br />
32
- Germany http://partnernet.amazon.de/ <br />
33
- India https://affiliate-program.amazon.in/ <br />
34
- Italy https://programma-affiliazione.amazon.it/ <br />
35
- Japan https://affiliate.amazon.co.jp/ <br />
36
- Mexico https://afiliados.amazon.com.mx/ <br />
37
- Spain https://afiliados.amazon.es/ <br />
38
- United Kingdom https://affiliate-program.amazon.co.uk/ <br />
39
- United States http://affiliate-program.amazon.com/ <br />
40
  <br />
41
- Your Associate ID works only in the country in which you register. If youd like to be an Associate in more than one country, please register separately for each country.
42
  <br />
43
 
44
  __Sign up for Product Advertising API__ <br />
45
  Sign up for the Amazon Product Advertising API by following the instructions listed [here](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_GettingStarted.html). The Amazon Product Advertising API is a popular e-commerce service, powering Amazon-integrated experiences around the world, serving tens of thousands of applications and more than 1 billion API requests every day. It exposes a web-service, which allows Associates to programmatically search and look up items in the Amazon product catalog. The Link Builder plugin integrates the Product Advertising API, allowing you to access Amazon.com product catalog data without requiring additional software development.
46
 
47
  = Installing =
48
- To install the Amazon Associates Link Builder plugin:
49
- 1. Log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
50
- 2. In the search field type Amazon Associates Link Builder and click Search Plugins. You can install it by simply clicking Install Now”.
51
 
52
  = Updating =
53
- Automatic updates should work like a charm. That said, its always good practice to back up your templates just in case.
54
 
55
  = User Guide =
56
- You can review the About section under the Associates Link Builder menu bar or [Link Builder User Guide](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf) for more information on getting started and key features of the plugin.
57
 
58
  = Configure plugin for first use =
59
- Use the Associates Link Builder->Settings screen to configure the plugin.
60
- 1. Set Access Key ID and Secret Access Key in the Settings section. These credentials are used to invoke requests to the Amazon Product Advertising API for fetching information on an item.
61
- 2. Set default Associate ID. Associate ID is used to monitor traffic and sales from your links to Amazon. You can also define a list of valid Associate IDs (store ids or tracking ids). You should create a new tracking ID in your Amazon Associates account for using it as Associate ID in the plugin.
62
- 3. Set the default Amazon marketplace based on the Amazon Associates Program for which you are registered (for example, if youve signed up for the Amazon Associates Program in UK, then your default marketplace selection should be UK) and select an appropriate template for rendering your ads.
63
 
64
  <br />
65
- That's it! Youre all set to start adding Amazon affiliate links to your posts using the Amazon Associates Link Builder plugin!
66
 
67
  = Support =
68
  If you get stuck, or have any questions, you can ask for help in the [Amazon Associates Link Builder plugin forum](https://wordpress.org/support/plugin/amazon-link-builder).
@@ -76,7 +64,7 @@ If you get stuck, or have any questions, you can ask for help in the [Amazon Ass
76
  6. Product Ad Template: A variation of the product carousel template for advertising one product at a time
77
  7. Product Grid Template: Another variation of the product carousel template that can be used to display a grid of products alongside your content
78
  8. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon
79
- 9. Create custom ad templates native to your site styling
80
 
81
  == Frequently Asked Questions ==
82
 
@@ -84,7 +72,7 @@ If you get stuck, or have any questions, you can ask for help in the [Amazon Ass
84
  You can find more information on the Amazon Associates Program at [Amazon Associates Help](https://affiliate-program.amazon.com/help/node).
85
 
86
  = How does the plugin work? =
87
- The plugin makes real-time calls to the Amazon Product Advertising API to search for, and look up information on, items in Amazon.coms product catalog. Security credentials provided in the Settings console are used for signing API requests. The plugin also contains an in-build caching mechanism to cache the API results for optimizing the API usage and reducing the loading time of the link content.
88
 
89
  = Can I track the performance of the ad units created using the plugin? =
90
  Yes. You can track the performance of the ad unit by placement or section of your website by using tracking ids. You are recommended to use different tracking ids for different ad templates. This will allow you to track orders and earnings information for each type of ad using the reports section in Associates Central. You can create tracking ids [here](https://affiliate-program.amazon.com/home/account/tag/manage).
@@ -93,18 +81,20 @@ Yes. You can track the performance of the ad unit by placement or section of you
93
  Information we learn from Amazon Associates Link Builder users helps us to evaluate performance of the plugin, troubleshoot technical issues, and generally improve the plugin. We only capture information on impressions, clicks, and sales for Amazon affiliate links in accordance with the [Amazon.com Privacy Notice](https://www.amazon.com/gp/help/customer/display.html?nodeId=468496).
94
 
95
  = Where can I find support? =
96
- You can review the About section under the Associates Link Builder menu bar or [Link Builder User Guide](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf) for more information on getting started and key features of the plugin. If you get stuck, or have any questions, you can ask for help in the [Amazon Associates Link Builder Plugin Forum](https://wordpress.org/support/plugin/amazon-link-builder).
97
 
98
  = How can I add links to different Amazon sites in my blog? =
99
- You can search products using keywords in any supported country, but you have to join the Associates Program in those countries separately to be able to do this. For example If you are a blogger in UK interested in linking to Amazon.com (US) site, then you will first need to join the Amazon Associates Program in US to be able to search for products on Amazon.com site.
100
 
101
  == Changelog ==
102
 
103
- = 1.0 =
104
- 12/12/2016 <br />
 
 
105
  * Plugin released for beta testing
106
 
107
  == Upgrade Notice ==
108
 
109
- = 1.0 =
110
  Install the Amazon Associates Link Builder plugin for WordPress!
1
  === Amazon Associates Link Builder ===
2
+ Contributors: amazonlinkbuilder
3
  Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
4
  Requires at least: 3.0.1
5
  Tested up to: 4.4
6
+ Stable tag: 1.1
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
14
  The Amazon Associates Program is one of the original affiliate marketing programs. Available in geographies across the globe, the Amazon Associates Program has been partnering with content creators to help them monetize their passions since 1996. To learn more about the Amazon Associates Program, please click [here](https://affiliate-program.amazon.com/).
15
 
16
  = About Amazon Associates Link Builder =
17
+ Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we've designed and included with the plugin.
18
 
19
  = Note =
20
+ * You must review and accept the Amazon Associates Link Builder Conditions of Use as applicable for your region - [US](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-US.pdf), [CA](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CA.pdf), [EU](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-EU.pdf), [CN](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-ConditionsOfUse-CN.pdf).
21
  * The plugin is currently in beta form. We intend to regularly add new features and enhancements throughout the beta period and beyond, and welcome your feedback and input.
22
 
23
  == Installation ==
24
 
25
  = Pre-requisites =
26
  __Become an Associate__ <br />
27
+ To become an Associate, create an Amazon Associates account using URL for your country: [Brazil](https://associados.amazon.com.br/), [Canada](https://associates.amazon.ca/), [China](https://associates.amazon.cn/), [France](https://partenaires.amazon.fr/), [Germany](http://partnernet.amazon.de/), [India](https://affiliate-program.amazon.in/), [Italy](https://programma-affiliazione.amazon.it/), [Japan](https://affiliate.amazon.co.jp/), [Mexico](https://afiliados.amazon.com.mx/), [Spain](https://afiliados.amazon.es/), [United Kingdom](https://affiliate-program.amazon.co.uk/), [United States](http://affiliate-program.amazon.com/)
 
 
 
 
 
 
 
 
 
 
 
 
28
  <br />
29
+ Your Associate ID works only in the country in which you register. If you'd like to be an Associate in more than one country, please register separately for each country.
30
  <br />
31
 
32
  __Sign up for Product Advertising API__ <br />
33
  Sign up for the Amazon Product Advertising API by following the instructions listed [here](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_GettingStarted.html). The Amazon Product Advertising API is a popular e-commerce service, powering Amazon-integrated experiences around the world, serving tens of thousands of applications and more than 1 billion API requests every day. It exposes a web-service, which allows Associates to programmatically search and look up items in the Amazon product catalog. The Link Builder plugin integrates the Product Advertising API, allowing you to access Amazon.com product catalog data without requiring additional software development.
34
 
35
  = Installing =
36
+ To install the Amazon Associates Link Builder plugin: <br />
37
+ 1. Log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. <br />
38
+ 2. In the search field type **Amazon Associates Link Builder** and click Search Plugins. You can install it by simply clicking **Install Now**.
39
 
40
  = Updating =
41
+ Automatic updates should work like a charm. That said, it's always good practice to back up your templates just in case.
42
 
43
  = User Guide =
44
+ You can review the **About** section under the Associates Link Builder menu bar or [Link Builder User Guide](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf) for more information on getting started and key features of the plugin.
45
 
46
  = Configure plugin for first use =
47
+ Use the Associates Link Builder->Settings screen to configure the plugin. <br />
48
+ 1. Set Access Key ID and Secret Access Key in the Settings section. These credentials are used to invoke requests to the Amazon Product Advertising API for fetching information on an item. <br />
49
+ 2. Set default Associate ID. Associate ID is used to monitor traffic and sales from your links to Amazon. You can also define a list of valid Associate IDs (store ids or tracking ids). You should create a new tracking ID in your Amazon Associates account for using it as Associate ID in the plugin. <br />
50
+ 3. Set the default Amazon marketplace based on the Amazon Associates Program for which you are registered (for example, if you've signed up for the Amazon Associates Program in UK, then your default marketplace selection should be UK) and select an appropriate template for rendering your ads.
51
 
52
  <br />
53
+ That's it! You're all set to start adding Amazon affiliate links to your posts using the Amazon Associates Link Builder plugin!
54
 
55
  = Support =
56
  If you get stuck, or have any questions, you can ask for help in the [Amazon Associates Link Builder plugin forum](https://wordpress.org/support/plugin/amazon-link-builder).
64
  6. Product Ad Template: A variation of the product carousel template for advertising one product at a time
65
  7. Product Grid Template: Another variation of the product carousel template that can be used to display a grid of products alongside your content
66
  8. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon
67
+ 9. Create custom ad templates native to your site' styling
68
 
69
  == Frequently Asked Questions ==
70
 
72
  You can find more information on the Amazon Associates Program at [Amazon Associates Help](https://affiliate-program.amazon.com/help/node).
73
 
74
  = How does the plugin work? =
75
+ The plugin makes real-time calls to the Amazon Product Advertising API to search for, and look up information on, items in Amazon.com's product catalog. Security credentials provided in the Settings console are used for signing API requests. The plugin also contains an in-build caching mechanism to cache the API results for optimizing the API usage and reducing the loading time of the link content.
76
 
77
  = Can I track the performance of the ad units created using the plugin? =
78
  Yes. You can track the performance of the ad unit by placement or section of your website by using tracking ids. You are recommended to use different tracking ids for different ad templates. This will allow you to track orders and earnings information for each type of ad using the reports section in Associates Central. You can create tracking ids [here](https://affiliate-program.amazon.com/home/account/tag/manage).
81
  Information we learn from Amazon Associates Link Builder users helps us to evaluate performance of the plugin, troubleshoot technical issues, and generally improve the plugin. We only capture information on impressions, clicks, and sales for Amazon affiliate links in accordance with the [Amazon.com Privacy Notice](https://www.amazon.com/gp/help/customer/display.html?nodeId=468496).
82
 
83
  = Where can I find support? =
84
+ You can review the **About** section under the Associates Link Builder menu bar or [Link Builder User Guide](https://s3.amazonaws.com/aalb-public-resources/documents/AssociatesLinkBuilder-UserGuide.pdf) for more information on getting started and key features of the plugin. If you get stuck, or have any questions, you can ask for help in the [Amazon Associates Link Builder Plugin Forum](https://wordpress.org/support/plugin/amazon-associates-link-builder).
85
 
86
  = How can I add links to different Amazon sites in my blog? =
87
+ You can search products using keywords in any supported country, but you have to join the Associates Program in those countries separately to be able to do this. For example - If you are a blogger in UK interested in linking to Amazon.com (US) site, then you will first need to join the Amazon Associates Program in US to be able to search for products on Amazon.com site.
88
 
89
  == Changelog ==
90
 
91
+ = 1.1 - December 13, 2016 =
92
+ * Fix: Rendering of search results in Apple Safari browser.
93
+
94
+ = 1.0 - December 6, 2016 =
95
  * Plugin released for beta testing
96
 
97
  == Upgrade Notice ==
98
 
99
+ = 1.1 =
100
  Install the Amazon Associates Link Builder plugin for WordPress!