TrustLogo Installation
To install the CFDynamics IronClad TrustLogo simply follow the instructions below:
|
Step 1: Download the TrustLogo image |
Standard TrustLogo |

(White background) |
| |
|
Step 2: Copy the image to the relevant images folder on your web server - for example www.yourdomain.com/images/cot.gif. (Please do not hotlink to the images above. You must upload the .gif to your own web server)
|
Step 3: Install the Trust Logo on your website
Our online wizard will instantly generate the HTML needed to correctly implement the TrustLogo into each webpage for which you plan to display your secure and authentic status.
|
| Snippet 1: Copy/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>
|
| Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag. |
<!--
TrustLogo Html Builder Code:
Shows the logo at URL http://www.cfdynamics.com/trustlogo/images
/IronCladTrustLogo.gif
Logo type is ("SCOP")
undefined
//-->
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script type="text/javascript">TrustLogo("http://www.cfdynamics.com
/trustlogo/images/IronCladTrustLogo.gif", "SCOP", "none");</script>
|
| |
|