Website markup

If you're aiming to create entirely bespoke website experiences, you can add markup to your site to have fine-tuned control over how the Flip.to platform blends into your site.

The markup tells the Flip.to platform whether your element should trigger a flow or display content.


Setting up trigger markup

This markup allows you to set up links, buttons, or other elements to initiate actions through the Flip.to platform. Jump to scenarios for example markup that you can use.

<a href="#" ft-trigger="discovery" ft-trigger-step="experiences-list" ft-property="your-property-slug" class="ft-trigger-discovery" style="display:none;">Your action text</a>

Scenarios

Show Discovery

<a href="#" ft-trigger="discovery" class="ft-trigger-discovery" style="display:none;">Your action text</a>

Show Discovery at the experiences list step

<a href="#" ft-trigger="discovery" ft-trigger-step="experiences-list" ft-property="your-property-slug" class="ft-trigger-discovery" style="display:none;">Your action text</a>

The ft-property attribute is required for this markup on sites with multiple properties. It is not required on sites that have only one property set up for Discovery.

Show Discovery for a specific property (for sites with multiple properties)

<a href="#" ft-trigger="discovery" ft-property="your-property-slug" class="ft-trigger-discovery" style="display:none;">Your action text</a>

Show Discovery at the router step (for sites with multiple properties)

<a href="#" ft-trigger="discovery" ft-trigger-step="router" class="ft-trigger-discovery" style="display:none;">Your action text</a>

The ft-property attribute must not be set for this markup.


Setting up content markup

This markup allows you to display content on your website.

Content markup is currently in beta. Please reach out to our Customer Success team for more details.

Last updated