Last active
June 6, 2017 14:21
-
-
Save nicolasbonnici/e72b35a953407b81190b2fa215449918 to your computer and use it in GitHub Desktop.
Widget Visualcommerce galerie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Test Visual Commerce</title> | |
</head> | |
<body> | |
<p><a href="https://gist.github.com/nicolasbonnici/e72b35a953407b81190b2fa215449918">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: '7332ba4b-6cac-480d-9466-f2acfa91', /* set your uuid */ | |
widget_mode: 'gallery', | |
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