Skip to content

Image_Layout_Polaroid

Image_Layout_Polaroid example

The managed template "Image_Layout_Polaroid" is a special template for the single image function of ASA2.

Main features

  • Optimized for single image embedding
  • Customizable without programming skills

Demo page

To see this template in action with different examples, please refer to the demo page:

Image_Layout_Polaroid Demo & Examples

Example

Example shortcode:

html
[asa2_img tpl="Image_Layout_Polaroid"]B00UYNAGNY[/asa2]

Global Options

On ASA 2's admin page "Templates" you can open a customization context window for each managed template. Just hover the mouse cursor over a template row and click the link "Customize" to open it. These settings will effect the appearance of this template.

INFO

The globally applied options can be dynamically overwritten via shortcode options <#shortcode-options>.

The following screenshot illustrates the options window by means of the "Book" template:

Template customization

Shortcode Options

In addition to the global options <#global-options> mentioned above, it is also possible to overwrite these settings dynamically in a WordPress shortcode, like this:

html
// general syntax:
[asa2 option="value"]ASIN[/asa2]

Take a look at other examples <#shortcode-options-examples>.

Complete Options List

Complete list of all options available for this template:

Shortcode Options Examples

html
// with option "size" you can select the image resolution
[asa2_img img="6" size="TinyImage" tpl="Image_Layout_Polaroid"]B00T9OEYXM[/asa2_img]

// with options "width" and "height" you can adjust to image dimensions
[asa2_img img="4" size="MediumImage" width="160" height="119" show_title="no" show_button="no" tpl="Image_Layout_Polaroid" country_code="UK"]B00T9OEYXM[/asa2_img]

ASA2 - The Amazon Affiliate Plugin for WordPress