By creating an HTML table, you will be able to display multiple Amazon products on the same line of your web page or post. The following image displays four amazon products using the IFRAME HTML code that you get when you click on the "GET LINK" button, all displayed within an HTML table.
When copying the HTML code for each product link, I suggest you get the product links from the Amazon.com website. That way, if you live in a different country, you will be able to test that the BestAzon plugin works for you later on. For example, I live in Canada and when I click on one of the products that I have on my site from Amazon.com, I will be able to tell whether the plugin redirects to the Amazon.ca website.
the following HTML code can be added to your page/post. But make sure that when you are editing your page you are in text mode and NOT visual mode.
<table style="border: 1px solid black;">
<tbody>
<tr>
<td style="border: 1px solid black;"></td>
</tr>
</tbody>
</table>
For every additional product you want to add on the same row you would add an extra <td></td> tag. For every additional row you want to add, you would add an extra <tr></tr> tag. If you add an extra row, you must make sure to have to same number of <td></td> tags.
In the example above, there is only 1 <tr> tag, so there is only 1 row. There are 4 columns, so there would be 4 <td> tags. Within each <td> tag, is the HTML code that you copy when you click on the GET LINK button within the AMAZON affiliates site for each product.
Let's go to the next page and talk about the IFRAME tag.
Where exactly do you post the inside that table html script example you gave? I've tried several different variations but am only winding up frustrated. Lol.
Thanks yet again
Kevin
This has been on my "list" for a couple of weeks, as I've only signed up for Amazon.com (shame, shame, as I am also a Canadian, like you). I just haven't been able to get to signing up everywhere else and tackling the plugin. I also had wondered about how to display more than one product as you've just described. This is all very handy and helpful. I'll give it a try this weekend.
Thanks again!
Kevin
Good to know that you stabilize your website
More success for you Compsol99
Nice job on the training. I'm sure there are a lot of people that will benefit by this, however, people need to understand that with these types of plugins, they have to apply to all of the Amazon affiliate programs worldwide.
If they leave out any countries, the plugin author uses their own affiliate link for that country and will get the commission.
Also, these plugins are not perfect and there may not be a corresponding item in all countries but it will still bring them to the proper Amazon site.
For example, when a member here from the UK clicked on a beer mug on my site, there wasn't a corresponding item or asin number for that item in the UK. It did, however, bring him to a search result page for Tankards,
It should be noted, however, that I am using a different plugin,
So I payed for Easy Azone, pity, though it gives more than this one, but I would rather have a free tool.
Bookmarked, if somebody needs it.
Good tutorial. I am sure many will be using this tool. Thank you.