[Resolved] HTML Code to a Single Page

Home Forums Support [Resolved] HTML Code to a Single Page

Home Forums Support HTML Code to a Single Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1049900
    Danny

    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&gt;

    // 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>

    #1049903
    Leo
    Staff
    Customer Support

    Hi there,

    Hooks element should be what you are looking for:
    https://docs.generatepress.com/article/hooks-element-overview/

    I would assume wp_footer is the one but it might need to be confirmed by whoever provided the code.

    #1049979
    Danny

    Works thank you

    #1049994
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.