Site logo

Archived topic

HTML Code to a Single Page

3 replies · Started by Danny on October 31, 2019

Viewing posts 1–4 of 4

Hi, I need to add the below code to one page of the website. How may I accomplish this?

On each of your website’s pages where you'll embed Floify, include the following code:

// how to embed Floify in your website
// add these three elements to your html in this order

// include the whitelabel JavaScript
<script src="https://cdn.floify.com/whitelabel.min.js"></script>

// include an iframe with a unique ID
<iframe id="someUniqueId"></iframe>

// execute the white label function
<script>

// Call the function with the unique ID of the iframe

floifyWhiteLabel( 'someUniqueId' )
</script>

Works thank you

No problem :)

This archived topic is closed to new replies.