• I’m trying to insert an image-only Amazon associates link. According to amazon’s site, for this to work, you have to save the image to your server and then copy and paste the html code into the “lower left textbox of your Web site.”

    So…I saved the image to my WP/content/uploads. Is that the right place?

    Then, I’m not sure about where to put the html code. I want the image to appear under the descriptive text, so it seems that that’s where I should put it, but that doesn’t work.

    Anyone use this feature?

    Link:

    https://idothings.info/
    Scroll down to “I also recommend actual printed-on-paper books:” The first (broken) image is the one I’m referring to. The 2d two are text and image links.

    Thanks for any help.
    (and I am working on validation!)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    The HTML code you’re using has this:
    <img border="0" src="21nDFlP9O2L._AA_SL160_.jpg" />

    Since you put the image in the uploads folder, change that to this:
    <img border="0" src="/wp-content/uploads/21nDFlP9O2L._AA_SL160_.jpg" />

    Thread Starter freewrite

    (@freewrite)

    Thanks, Otto. I tried that, but I’m still getting a broken jpg. Maybe this just doesn’t work in WP?

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    No, it works fine.. I do this sort of thing myself, all the time.

    I looked at your site again, but you’ve taken away the image link and replaced them with an iframe instead. Can’t fix what ain’t there. ??

    Thanks for this fix – had me stumped too – but works great

    Do the iframes work? Whenever I put the iframe link in the middle of a post the rest of the post doesn’t appear.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Amazon Associates link: can’t choose image only’ is closed to new replies.