Subversion Repositories cheapmusic

Rev

Rev 134 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<footer class="container-fluid text-center bg-secondary mt-5 py-5">
    <div class="btn-group">
        <a id="fbLink" href="https://www.facebook.com/FindCheapMusic" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/f_logo_RGB-Blue_58.png" alt="Facebook Logo" /></a>
        <a id="twLink" href="https://twitter.com/findcheapmusic" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/Twitter_Social_Icon_Circle_Color.png" alt="Twitter Logo" /></a>
        <a id="blLink" href="https://blog.findcheapmusic.com" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/blogger_logo.jpg" alt="Blogger Logo" /></a>
    </div>
    <p>Copyright &#169; <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
    <form class="d-lg-none" method="post" action="/index.php">
        <input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
        <input type="hidden" name="searchTerm" value="<?php if (isset($_SESSION["searchTerm"])) echo $_SESSION["searchTerm"] ?>">
        <ul class="list-inline text-center">
            <li class="list-inline-item">
                <button class="btn btn-sm btn-light" type="submit" name="submitBtn" value="terms">Terms of Service</button>
            </li>
            <li class="list-inline-item">
                <button class="btn btn-sm btn-light" type="submit" name="submitBtn" value="privacy">Privacy Policy</button>
            </li>
        </ul>
    </form>
</footer>
<script nonce="<?php echo base64_encode($_SESSION["nonce"]);?>">
    document.addEventListener("DOMContentLoaded", function() {
        document.getElementById("fbLink").addEventListener("click", function() {
        window.dataLayer.push({ "event": "social", "socialNetwork": "Facebook", "socialAction": "Link", "socialTarget": "https://www.facebook.com/FindCheapMusic"});
      });
        document.getElementById("twLink").addEventListener("click", function() {
       window.dataLayer.push({ "event": "social", "socialNetwork": "Twitter", "socialAction": "Link", "socialTarget": "https://twitter.com/findcheapmusic"});
     });
        document.getElementById("blLink").addEventListener("click", function() {
       window.dataLayer.push({ "event": "social", "socialNetwork": "Blogger", "socialAction": "Link", "socialTarget": "https://blog.findcheapmusic.com"});
     });
   });
</script>