Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save cleytonmessias/10265340 to your computer and use it in GitHub Desktop.

Select an option

Save cleytonmessias/10265340 to your computer and use it in GitHub Desktop.
<div id="_trustvox_widget"></div>
<script type="text/javascript">
var _trustvox = _trustvox || [];
_trustvox.push(['_storeId', '37']);
_trustvox.push(['_productId', "XXXX"]);
_trustvox.push(['_productName',"XXXX"]);
_trustvox.push(['_productPhotos', ["XXXX", "XXXX"]]);
(function() {
var tv = document.createElement('script'); tv.type = 'text/javascript'; tv.async = true;
tv.src = '//trustvox-staging-assets.s3.amazonaws.com/assets/widget.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