Amazon Affiliate iframe not working
-
Hello, I’m trying to use Amazon’s Affiliate iframe links to add products to a recommendations page on my site. For example, Amazon offers:
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=coolcoolspea-20&marketplace=amazon®ion=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"></iframe>
I have changed it and added the following into the page for you to look at:
[iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=coolcoolspea-20&marketplace=amazon®ion=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"]
Then removed the style info and it became this:
[iframe src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=coolcoolspea-20&marketplace=amazon®ion=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"]
I then added http: to the source:
[iframe src="https://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=coolcoolspea-20&marketplace=amazon®ion=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"]
Then https: to the source:
[iframe src="https://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=coolcoolspea-20&marketplace=amazon®ion=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"]
Unfortunately, none show up. Any help would be appreciated.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Amazon Affiliate iframe not working’ is closed to new replies.