Title: coding help
Last modified: August 21, 2016

---

# coding help

 *  Resolved [craiglundon](https://wordpress.org/support/users/craiglundon/)
 * (@craiglundon)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/coding-help-10/)
 * thanks for this great plug in
 * I wanted to create image links similar to what can be found on this site
 * but am an absolute novice when it comes to coding
    I started with a Localised
   Image Link but am unsure of what else to add
 * [http://wordpress.org/plugins/amazon-link/](http://wordpress.org/plugins/amazon-link/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [paulstuttard](https://wordpress.org/support/users/paulstuttard/)
 * (@paulstuttard)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/coding-help-10/#post-4439097)
 * Hi,
 * Have to admit CSS and HTML is not my strong point, but when creating the template
   you simply need to put the template keywords in place of the various items you
   want. So a starter for ten would be something like:
 *     ```
       <div>
       <h3><a href="%TEXT1%">%TITLE%</a></h3>
       <div>
       %LINK_OPEN%<img height=250 width=300 src="%IMAGE%">%LINK_CLOSE%
       </div>
       <div>
       %TITLE - %TEXT%
       <div style="float:left">
       %PRICE%
       </div>
       <div style="float:left">
       %LINK_OPEN%from Amazon%LINK_CLOSE%
       </div>
       <div style=float:right">
       %LINK_OPEN% PUT BUTTON IMAGE HERE %LINK_CLOSE%
       </div>
       </div>
       ```
   
 * Then in the shortcode you would need to put the %TEXT% keywords, e.g.
 *     ```
       [amazon asin=B00EZOVC4A&text1=/darth-vader-self-stirring-mug/&text=There is no need to stir yourself when you use the force.]
       ```
   
 * The plugin should retrieve the other items (PRICE, TITLE, etc.) from Amazon if
   you have entered your AWS keys.
 * Paul

Viewing 1 replies (of 1 total)

The topic ‘coding help’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amazon-link_070606.svg)
 * [Amazon Link](https://wordpress.org/plugins/amazon-link/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-link/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-link/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-link/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-link/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-link/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [paulstuttard](https://wordpress.org/support/users/paulstuttard/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/coding-help-10/#post-4439097)
 * Status: resolved