• Hi,

    Please help me how to work on this snippets. Hostgator sent us this and this need to be install to our website. How to do it please? See the instruction and codes below:

    Please insert the following two snippets of HTML code into all webpage document. You will need to Put the codes for all web page to display the TrustLogo.

    Add this before </HEAD> tag
    <script type=”text/javascript”> //<![CDATA[
    var tlJsHost = ((window.location.protocol == “https:”) ? “https://secure.comodo.com/&#8221; : “https://www.trustlogo.com/&#8221;);
    document.write(unescape(“%3Cscript src='” + tlJsHost + “trustlogo/javascript/trustlogo.js’ type=’text/javascript’%3E%3C/script%3E”));
    //]]>
    </script

    Add this before </BODY> tag
    <script language=”JavaScript” type=”text/javascript”>
    TrustLogo(“https://primoprix.com/wp-content/uploads/2016/02/comodo_secure_100x85_transp.png&#8221;, “CL1”, “none”);
    </script>
    Positive SSL

    Looking forward for your response… Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello
    Got WP-ADMIN
    After Login navigate to Appearance-> Editor
    Look for file Header.php and footer.php at right hand side

    1st open Header.php and then find </head>in that file
    The add your code before </head> that is

    <script type="text/javascript"> //<![CDATA[
    var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "https://www.trustlogo.com/");
    document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
    //]]>
    </script>

    Now open footer.php and find </body>
    and then add

    <script language="JavaScript" type="text/javascript">
    TrustLogo("https://primoprix.com/wp-content/uploads/2016/02/comodo_secure_100x85_transp.png", "CL1", "none");
    </script>

    before </body>

    thats it,

    Thread Starter DianeG30

    (@dianeg30)

    thank you… it appeared in footer… is that all? why it didn’t appear in header?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put Comodo SSL logo tag HTML code in our wordpress site please?’ is closed to new replies.