Posted - 08/16/2020 : 11:11:02
I am trying to install Facebook pixel, tried once and had to restore site because pages got messed up. The instructions advised to"Paste the base code at the bottom of the header section, just above the closing head tag". Does this need to be added to all the pages attached to the dwt file or just the main dwt file? Also I want to be sure I am adding it to the correct location it would go where I highlighted after " </script>"?
<!-- #EndEditable --> <link href="../css/ectcart.css" rel="stylesheet"> <script type="text/javascript" src="../js/ectcart.js"></script> <link href="../css/style.css" rel="stylesheet"> <link href="../css/ectstyle.css" rel="stylesheet"> <link rel="stylesheet" href="../css/flexslider.css" type="text/css" media="screen" /> <link href='https://fonts.googleapisdotcom/css?family=Lato' rel='stylesheet'> <link rel="stylesheet" href="https://cdnjs.cloudflaredotcom/ajax/libs/font-awesome/4.7.0/css/font-awesome.mindotcss"> <script src="https://ajax.googleapisdotcom/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".navTab").click(function(){ $(".navLink").slideToggle("slow"); }); }); </script> <!-- #BeginEditable "head" -->
<!-- #EndEditable --> <style type="text/css"> .auto-style1 { color: #666666; font-size: xx-small; } .auto-style2 { font-size: xx-small; } </style> <script type="text/javascript"> //<![CDATA[ var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-providerdotcom/" : "http://www.trustlogdotcom/"); document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E")); //]]> </script> </head>
|