Adding Comodo Floating Trust Logo to my site
-
How can I add Comodo Floating Trust Logo to my wordpress site
I got this code from comodo and I don’t know where I have to put the code to d isplay comodo trust logo
Add this before your </HEAD> tag
<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>Add this before your </BODY> tag
<script language=”JavaScript” type=”text/javascript”>
TrustLogo(“https://xxxxx.com/wp-content/uploads/2017/05/comodo_secure_seal_76x26_transp.png”, “CL1”, “none”);
</script>
Comodo SSL
- The topic ‘Adding Comodo Floating Trust Logo to my site’ is closed to new replies.