Wednesday, February 22, 2017

Icecat Live Video test

Applying this Icecat Live JavaScript snippet to BLOGGER:
<html>
<head>
<script src="http://live.icecat.biz/js/live-current.js"></script>
</head>
<body>
<div id="IcecatVideo">
</div>
<script type="text/javascript">
setTimeout(function(){IcecatLive.getVideos('#IcecatVideo',{'UserName': 'mytest','Brand':'Philips','ProductCode':'50PFL5008T/12'},'en');}, 200);
</script>
</body>
</html>

1 comment:

  1. Any idea how to make this work on Shopify and set it so it picks up the product navigated to dynamically?

    ReplyDelete