Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created February 6, 2014 18:30
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 cleytonmessias/8849842 to your computer and use it in GitHub Desktop.
Save cleytonmessias/8849842 to your computer and use it in GitHub Desktop.
Fastcommerce
<script type="text/javascript">
jQuery(document).ready(function () {
window._trustvox = [];
_trustvox.push(['_storeId', '1']);
_trustvox.push(['_productId', "<IDProduto>"]);
_trustvox.push(['_productName', "<NomeProd>"]);
_trustvox.push(['_productPhotos', [""+ jQuery("meta[itemprop=image]").attr("content") + ""]]);
(function() {
var tv = document.createElement('script'); tv.type = 'text/javascript'; tv.async = true;
tv.src = '//trustvox-production-assets.s3.amazonaws.com/assets/trustvox.1.min.js';
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