Hi all,
We purchased SSL certificate and tried to insert them into the pages we needed to put, but not sure where and how to place them.
Can somebody help?
Here is the instruction we got:
Install Code Snippets - Your code snippets will appear below based on the position you choose for your TrustLogo.
Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display the TrustLogo.
1. Copy and Paste the following piece of code and insert EXACTLY before your </HEAD> tag.
<script language="javascript" type="text/javascript">
//<![CDATA[
var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :
"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
2. Copy and Paste the following piece of code and insert EXACTLY before your </BODY> tag.
<script language="JavaScript" type="text/javascript">
TrustLogo("https://www.glossny.com/wp-content/uploads/2012/11/comodo_secure_100x85_transp.png", "CL1", "none");
</script>
SSL Certificates
Any idea how I can utilize it?














