Creating an AMP Carousel

AMP Carousel is one of the ways to add interactivity to an email.

You can create it:

  • using the built-in Carousel block;
  • or with a third-party service.
šŸ“˜

Important

To start sending campaigns with AMP-powered carousels, you must register with Google as a dynamic email sender.

Creating an AMP-Powered HTML Carousel

Adding the Block

  1. Create a new email or open an existing one.
  2. Add the Carousel block to the template.

Click the block to open its settings.

Adding and Configuring Slides

  1. Add an image for the first slide:
  • select an image from the uploaded files;
  • or upload a new one.
  1. Add Alternate text and a Link.
  1. To create additional slides, click + and repeat the steps above.

The number of slides is not limited.

šŸ‘

Recommendation

Use images of the same size for smooth carousel transitions.

If the images have different sizes, edit them in the built-in editor:

  • adjust the scale;
  • align the proportions.

General Carousel Settings

After adding the image for the first slide, the following settings become available:

  1. Autoplay — automatically switches slides with a Delay Time.
  1. Loop — continuously cycles through slides when clicked.
  2. Slide Image Fit — defines how the image is displayed within the slide (Cover or Contain).
  3. Slide Thumbnail — displays slide thumbnails.
  4. Thumbnail size — sets the size of thumbnails.
  5. Alignment — defines the position of the preview block relative to the carousel:
  • horizontal — left, center, or right;
  • vertical — above or below the carousel.
  1. Space Between Thumbnails – sets the distance between thumbnails.
  2. Thumbnail Image Fit — defines how the image is displayed within the thumbnail (Cover or Contain).
  3. Custom Thumbnail — displays either a slide thumbnail or a color indicator.

If you enable General link, all carousel slides will use the same URL.

Use this option if:

  • the entire carousel links to one page;
  • separate links for each slide are not required.

HTML Version for Clients Without AMP Support

Gmail users will see the AMP block. For other email clients, you need to create a carousel using a special HTML block.

Creating a Carousel with FreshInbox

Supported in:

  • iPhone Mail
  • Android Mail 4.x
  • Apple Mail
  • Yahoo! Mail
  • AOL Mail

In unsupported clients (Gmail, Outlook 2007–2013, Outlook.com), only the first image is displayed.

  1. Go to FreshInbox.
  2. Add links to images.

Minimum number of images — 3. Use the + More images button to add additional images.

  1. Configure the block dimensions.
  1. Send a test to your email address.

Adding the Block to eSputnik

  1. Add an HTML block.
  1. Click the HTML block to open the code editor.
  1. Copy the HTML code from FreshInbox.
  1. Paste the code into the editor and click Apply the code.
  1. Copy the CSS code from FreshInbox.
  1. Open the Custom CSS tab and paste the CSS code.
  2. Remove the <style> tag at the beginning and end of the code.
  1. Click Apply the Code.

Display Settings

  • For the Carousel block

Select Include in ⚔ HTML in the settings.

  • For the HTML block

Select Include in HTML in the settings.

Check How Both Blocks Appear

To check how AMP and HTML blocks work:

  1. Click Preview.
  1. In the preview window, switch between versions:
  • ⚔ HTML
  • HTML

Make sure that:

  • the AMP version shows the interactive carousel;
  • the HTML version shows the first image.

Instead of an HTML carousel, you can add a regular product card and enable HTML display for it. In this case, it will be shown only in clients without AMP support.

Checking the AMP Email for Errors

In the preview window, click Errors to see the description.

If necessary:

  • fix the code in the editor;
  • copy the code;
  • or open it in Google Playground for validation.