Skip to content

Instantly share code, notes, and snippets.

@kcassam
Created March 13, 2017 16:56
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 kcassam/b97c97221e581c9f58187bf1a4136099 to your computer and use it in GitHub Desktop.
Save kcassam/b97c97221e581c9f58187bf1a4136099 to your computer and use it in GitHub Desktop.
<!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>
<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