• 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&region=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&region=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&region=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&region=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&region=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.

    • This topic was modified 6 years, 11 months ago by Jan Dembowski. Reason: Fixed formatting

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webvitaly

    (@webvitaly)

    This one is working for me:

    [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&region=US&placement=B01IMQFL5W&asins=B01IMQFL5W&linkId=83e332db20b4f23572e5e993c5ce6670&show_border=false&link_opens_in_new_window=true"]

    Thread Starter jsbull

    (@jsbull)

    Thank you for the fast reply.

    I’ve cleared my cache and still can’t see it. I’m using Chrome on a PC. Does that create any issues?

    • This reply was modified 6 years, 11 months ago by jsbull.
    Thread Starter jsbull

    (@jsbull)

    It looks like it must be a Chrome issue. I just tried IE and two of them are working. If you have a fix for Chrome, please let me know. Otherwise, thank you for your help.

    Plugin Author webvitaly

    (@webvitaly)

    I can see iframes on the URL you posted in Chrome.

    I am having this problem when viewing in FireFox. In Chrome & Safari they show, in Firefox just a blank space.

    Is there a possible fix for this coming soon?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Amazon Affiliate iframe not working’ is closed to new replies.