Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active April 10, 2017 16:23
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/b93468132e2c700a2b868e8dda05e671 to your computer and use it in GitHub Desktop.
Save kcassam/b93468132e2c700a2b868e8dda05e671 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>
<div id="widget-container-gallery"></div>
<p><a href = 'https://rawgit.com/kcassam/b93468132e2c700a2b868e8dda05e671/raw/3aeaeb6ebf87c2ae88ee4a75b42b34f8e09b9bcc/widget-banner-headoo.html'>demo</a></p>
<p><a href = 'https://gist.github.com/kcassam/b93468132e2c700a2b868e8dda05e671'>source</a></p>
<!-- widget begins here -->
<script src="https://headoo.com/js/widget-visualcommerce.js"></script>
<script>
jQueryHeadoo(document).ready(function() {
jQueryHeadoo.fn.visualCommerce({
container: '#widget-container-gallery', /* set the class or id where you want the widget to appear */
uuid: '7332ba4b-6cac-480d-9466-f2acfa91', /* set your id */
locale: 'fr', /* set your locale */
}).init();
});
</script>
<!-- widget ends here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment