floater on one page mobile and desktop

PHOTO EMBED

Tue Feb 13 2024 14:57:06 GMT+0000 (Coordinated Universal Time)

Saved by @Shira

<script>
    jQuery(document).ready(function($){
        if (window.location.href === "xxxx") {
            $('body').append('<a href="xxx" style="margin-right: 2.8em; margin-bottom: .5em; z-index: 9999999; font-weight: bold; letter-spacing: .7px; border: 2px solid #FFFFFF; box-shadow: none; padding: .2em 2em;" class="fh-hide--mobile fh-fixed--bottom fh-icon--cal fh-button-true-flat-color fh-shape--round">BOOK NOW</a>');
            $('body').append('<a href="xxx" style="z-index: 9999999; letter-spacing: .7px; border: 2px solid #FFFFFF; box-shadow: none; padding: .2em 2em;" class="fh-hide--desktop fh-size--small fh-fixed--side fh-button-true-flat-color fh-color--white">BOOK NOW</a>');
        }
    });
</script>
content_copyCOPY