Note:
Following site seals works properly on sites with Domeny.pl CA SSL certificates.
It is free for Domeny.pl CA certificates.
Trust Sign (for DV and OV SSL)
Trust Sign is displayed after adding special scripts in: </HEAD> and </BODY> sections.
Just before </HEAD> tag paste and add:
<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign.js" :
"http://seal.certyfikatyssl.pl/js/trustsign.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
In the <BODY> section add:
<script type="text/javascript">
TrustSign("", "SC4", "none");
</script>
Trust Sign will be displayed for all visitors now.
Trust Sign Corner (for OV SSL)
Trust Sign Corner is displayed after adding special scripts in: </HEAD> and </BODY> sections.
Just before </HEAD> tag paste and add:
<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign_ov.js" :
"http://seal.certyfikatyssl.pl/js/trustsign_ov.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
Exactly before </BODY> section add:
<script language="JavaScript" type="text/javascript">
TrustSignOv("OV", "SC3", "none");
</script>
Trust Sign will be displayed for all visitors now.
Trust Sign Corner (for EV SSL)
Trust Sign Corner is displayed after adding special scripts in: </HEAD> and </BODY> sections.
Just before </HEAD> tag paste and add:
<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign_ev.js" :
"http://seal.certyfikatyssl.pl/js/trustsign_ev.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
Exactly before </BODY> section add:
<script language="JavaScript" type="text/javascript">
TrustSignEv("EV", "SC3", "none");
</script>
Trust Sign will be displayed for all visitors now.
