Docs
Visit Flip.toManage your platform
  • About Flip.to Docs
  • Get Started
    • Quickstart
  • Platform
    • Discovery
      • Launchpad
      • Day-to-day
      • Experiences
        • Libraries and Management
        • Flip.to 🤝 OccasionGenius
      • Planner audiences
    • Advocacy
      • First campaign
      • Curation
        • Getting the most out of Curation
      • Stories
      • Promoting a campaign
      • Top storytellers
    • Collaboratives
      • Collaborative Insights
      • Campaign Tracking
      • Brand Resources
    • Mission Control
      • Branding
      • Point person
      • Seasonal photos
      • Booking engine URL
      • Custom domains
      • Languages
      • Team
  • Integrations
    • Websites
      • Set up your website
      • Cross-domain tracking
      • Member tracking
      • Website markup
      • Feature previews
    • Booking Engines
      • Set up your booking engine
      • Vendors
        • SynXis
        • iHotelier
        • RevRaise by AZDS
        • RezTrip
        • SiteMinder
        • Newbook
        • Cloudbeds
        • Campspot
    • Analytics
      • Signals & subscriptions
      • Consent management
    • CRMs
      • Zapier
        • Using Zapier with Mailchimp
      • Revinate
      • Salesforce
      • SFTP
    • Email
      • Confirmation email
      • Pre-arrival email
      • Post-stay email
      • Cancellation email
    • Marketing
      • Google Ads
      • Microsoft Advertising
      • Meta Ads
      • TikTok Ads
  • API
    • Introduction
    • Reference
      • Platform API
      • Collaborative API
  • Support
    • Customer Success
    • Policies
Powered by GitBook
On this page
  • Setting up trigger markup
  • Scenarios
  • Setting up content markup
  1. Integrations
  2. Websites

Website markup

PreviousMember trackingNextFeature previews

Last updated 2 months ago

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

This markup tells the Flip.to platform whether an element should or .


Setting up trigger markup

Allow for links, buttons, or other elements to initiate actions through the Flip.to platform. for examples.

<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>
Attribute
Value
Description

ft-trigger

discovery

Required Sets the element to display a specific flow

ft-trigger-step

  • experiences-list

  • router

Optional Defines a specific step to display for the flow.

If not set, the visitor will start on the default first step.

ft-property

{property-slug}

Optional Defines a specific property for the flow.

Find your property-slug in your Flip.to account.

If not set, the platform may detect the property automatically if it can be identified from the element href or from signals provided by the page.

class

ft-trigger-discovery

Required Provides a class name for additional styling if needed.

style

display:none;

Required If Discovery should fail to load, the markup CTA will be hidden.

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

Allow for content to display on the website.

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

Customer Success team
trigger a flow
display content
Jump to scenarios