Skip to content

Instantly share code, notes, and snippets.

@brunoocasali
Last active April 28, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunoocasali/367eb316b72f36e71a62dec148c38ff9 to your computer and use it in GitHub Desktop.
Save brunoocasali/367eb316b72f36e71a62dec148c38ff9 to your computer and use it in GitHub Desktop.
Installing Trustvox Site Sincero's seal (en tutorial)
<!--
Insert this script before ending of <body> tag.
And don' forget to replace the XXXXXXXXXXXXX by your store's id.
-->
<script type="text/javascript">
var _trustvox_certificate = _trustvox_certificate || [];
_trustvox_certificate.push(['_storeId', 'XXXXXXXXXXXXX']);
(function() {
var tv = document.createElement('script'); tv.type = 'text/javascript';
tv.src = '//s3-sa-east-1.amazonaws.com/trustvox-certificate-widget/widget.js'; tv.async = true;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(tv, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment