Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active March 13, 2017 15:48
Show Gist options
  • Save kcassam/ad4e5cad05b44e9948b819aee30489cb to your computer and use it in GitHub Desktop.
Save kcassam/ad4e5cad05b44e9948b819aee30489cb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test Visual Commerce HK</title>
</head>
<body>
<p><a href = 'https://rawgit.com/kcassam/ad4e5cad05b44e9948b819aee30489cb/raw/4f6e25e1d8f7239b33913401ae816ec28052d4a9/test-hk.html'>see here</a>
<div id="widget-container-gallery"></div>
<script src="https://headoo.com/js/widget-visualcommerce.js"></script>
<script>
jQueryHeadoo(document).ready(function() {
jQueryHeadoo.fn.visualCommerce({
container: '#widget-container-gallery',
visualcommerce_id: 9, /* set your id */
filters: '{}',
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