You can use this module to add Amazon widget on your site.
You must add your Amazon code in the module. After that you must change the searched phrase with {AMAZON_FILTER} . The module will use information from meta tags.
For Example :
If you use the widget "Recommended Product Links" you have to replace 'search=joomla' with 'search={AMAZON_FILTER}' in the code.
Original code from Amazon
| 01. | |
| 02. | <iframe src="http://rcm.amazon.com/e/cm?t=viplord-20&o=1&p=14&l=st1&mode=books |
| 03. | &search=php&fc1=FFFFFF<1=_blank&lc1=E1771E &bg1=1F1210&f=ifr" |
| 04. | marginwidth="0" marginheight="0" width="160" height="600" |
| 05. | border="0" frameborder="0" style="border:none;" scrolling="no"></iframe> |
| 06. |
Your code
| 01. | |
| 02. | <iframe src="http://rcm.amazon.com/e/cm?t=viplord-20&o=1&p=14&l=st1&mode=books |
| 03. | &search={AMAZON_FILTER}&fc1=FFFFFF <1=_blank&lc1=E1771E&bg1=1F1210&f=ifr" |
| 04. | marginwidth="0" marginheight="0" width="160" height="600" |
| 05. | border="0" frameborder="0" style="border:none;" scrolling="no"></iframe> |
| 06. |
The module features are:
- You can set own keywords or phrases.
- You can use the keywords from the meta tag 'Keywords'
- You can use the title as search phrase
- All keywords and phrases will be used randomly.
LICENSE
GNU General Public License Version 3
Please, vote for it on Joomla! Extensions Directory!



