Line 4... |
Line 4... |
4 |
<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>
|
4 |
<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>
|
- |
|
5 |
<a id="ytLink" href="https://www.youtube.com/channel/UC7qafAeO7dfroo7lzRkvUBg" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/youtube_social_circle_red.png" alt="Youtube Logo" /></a>
|
5 |
<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>
|
6 |
<a id="blLink" href="https://blog.findcheapmusic.com" target="_blank" rel="noopener noreferrer"><img class="socialBtn pr-4" src="/images/blogger_logo.png" alt="Blogger Logo" /></a>
|
6 |
</div>
|
7 |
</div>
|
7 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
8 |
<p>Copyright © <?php echo @date("Y"); ?> FindCheapMusic.com. All rights reserved.</p>
|
8 |
<form class="d-lg-none" method="post" action="/index.php">
|
9 |
<form class="d-lg-none" method="post" action="/index.php">
|
9 |
<input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
|
10 |
<input type="hidden" name="sessionTab" value="<?php echo MySessionHandler::getSessionTab(); ?>">
|
10 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_SESSION["searchTerm"])) echo $_SESSION["searchTerm"] ?>">
|
11 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_SESSION["searchTerm"])) echo $_SESSION["searchTerm"] ?>">
|
Line 23... |
Line 24... |
23 |
document.getElementById("fbLink").addEventListener("click", function() {
|
24 |
document.getElementById("fbLink").addEventListener("click", function() {
|
24 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Facebook", "socialAction": "Link", "socialTarget": "https://www.facebook.com/FindCheapMusic"});
|
25 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Facebook", "socialAction": "Link", "socialTarget": "https://www.facebook.com/FindCheapMusic"});
|
25 |
});
|
26 |
});
|
26 |
document.getElementById("twLink").addEventListener("click", function() {
|
27 |
document.getElementById("twLink").addEventListener("click", function() {
|
27 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Twitter", "socialAction": "Link", "socialTarget": "https://twitter.com/findcheapmusic"});
|
28 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Twitter", "socialAction": "Link", "socialTarget": "https://twitter.com/findcheapmusic"});
|
- |
|
29 |
});
|
- |
|
30 |
document.getElementById("ytLink").addEventListener("click", function() {
|
- |
|
31 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Youtube", "socialAction": "Link", "socialTarget": "https://www.youtube.com/channel/UC7qafAeO7dfroo7lzRkvUBg"});
|
28 |
});
|
32 |
});
|
29 |
document.getElementById("blLink").addEventListener("click", function() {
|
33 |
document.getElementById("blLink").addEventListener("click", function() {
|
30 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Blogger", "socialAction": "Link", "socialTarget": "https://blog.findcheapmusic.com"});
|
34 |
window.dataLayer.push({ "event": "social", "socialNetwork": "Blogger", "socialAction": "Link", "socialTarget": "https://blog.findcheapmusic.com"});
|
31 |
});
|
35 |
});
|
32 |
});
|
36 |
});
|