Set up your website

Adding Flip.to to your website requires the following code snippet on every page of your website.


Website code snippet

The following snippet should be added to the <head> tag of every page of the website. Make sure to include your unique Website ID in your snippet.

<!--Flip.to - Integration Start-->
<script async src="https://integration.flip.to/YOUR_WEBSITE_ID_HERE"></script>
<!--Flip.to - Integration End-->

The user experience and tracking on the website can be impacted if the tags are delayed on page load. So it loads asynchronously, we recommend using the <head> tags over GTM.

For single-page applications, this snippet should only be loaded at application start, not on virtual pageviews.

If you're implementing Discovery, you'll also need to add the following snippet. Make sure to include your unique Discovery ID in your snippet.

<!--Flip.to - Discovery Start-->
<script async src="https://components.flip.to/discovery/YOUR_DISCOVERY_ID_HERE"></script>
<!--Flip.to - Discovery End-->

Last updated