Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active June 15, 2017 14:27
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/776922f4012d73ab3f5e9dc672cafef0 to your computer and use it in GitHub Desktop.
Save kcassam/776922f4012d73ab3f5e9dc672cafef0 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>
<!-- 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: 'db559230-db1b-4ec6-bd7e-7eca8f094608', /* set your id */
locale: 'fr', /* set your locale */
tag_shortname: 'Rockstud'
}).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