Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active March 13, 2017 17:11
Show Gist options
  • Save kcassam/56ebb828d9fb1869a3fd5425e9d02f98 to your computer and use it in GitHub Desktop.
Save kcassam/56ebb828d9fb1869a3fd5425e9d02f98 to your computer and use it in GitHub Desktop.
widgetvc
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test Visual Commerce</title>
</head>
<body>
<p><a href = 'https://rawgit.com/kcassam/56ebb828d9fb1869a3fd5425e9d02f98/raw/560c10d03b5bb0fc1dd50de1747e16654e966fa8/widget-banner.html'>see here</a></p>
<div id="widget-container"></div>
<script src="https://headoo.com/js/widget-visualcommerce.js"></script>
<script>
jQueryHeadoo(document).ready(function() {
jQueryHeadoo.fn.visualCommerce({
container: '#widget-container',
visualcommerce_id: 5, /* set your id */
locale: 'fr', /* set your locale */
}).init();
});
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test Visual Commerce</title>
</head>
<body>
<p><a href = 'https://rawgit.com/kcassam/56ebb828d9fb1869a3fd5425e9d02f98/raw/85c648e3cdbccf3077bce886aaa3eacfa8125e51/widget-banner.html'>see here</a></p>
<div id="widget-container-gallery"></div>
/* demo : https://headoo.com/static/html/testvc-gallery.html */
<script src="https://headoo.com/js/widget-visualcommerce.js"></script>
<script>
jQueryHeadoo(document).ready(function() {
jQueryHeadoo.fn.visualCommerce({
container: '#widget-container-gallery',
uuid: '1eb1e228-b7fd-4350-8a52-23f6e2c7',
locale: 'fr', /* set your locale */
}).init();
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment