• Resolved capablanca

    (@capablanca)


    Hello, your plug in is very good.

    I need a template for kindle books that allows me, when I insert the asin,
    to display:

    1)Centered: Title of the book in h2
    2)centered: name of the author in normal fonts
    3)image of the product (200 x 323) size or only the image that appears on the amazon page (of course clickable image with my afffiliate id)
    4)Product description

    can you please provide me this tempalte script?
    thank you very much.

    https://www.ads-software.com/extend/plugins/amazon-link/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author paulstuttard

    (@paulstuttard)

    Hi,

    I’m not very good with HTML / CSS so you are probably best to do the formatting yourself! A very rough template would look something like this:

    <div class="al_found%FOUND%">
     <h2 class="aligncenter">%TITLE%</h2>
     <p class="aligncenter">%ARTIST%</p>
     %LINK_OPEN%
      <img style="height:323px" src="%IMAGE%" title="%TITLE% %ARTIST%">
     %LINK_CLOSE%
     %EDITORIAL%US#
    </div>

    You will need to install the ‘Editorial’ ‘Extras’ plugin to provide the EDITORIAL words.

    Hope this helps!

    Paul

    Thread Starter capablanca

    (@capablanca)

    Thank you very much!
    It works perfect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product description’ is closed to new replies.