Last active
April 11, 2017 08:16
-
-
Save kcassam/354c0de2977ac6d9c0b51d497da65ca5 to your computer and use it in GitHub Desktop.
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> | |
<div id="widget-container-gallery"></div> | |
<p><a href = 'https://rawgit.com/kcassam/354c0de2977ac6d9c0b51d497da65ca5/raw/a6ab6fb6d9d7f2871d1169c48aa39684ee80fe58/widget-gallery-headoo.html'>demo</a></p> | |
<p><a href = 'https://gist.github.com/kcassam/354c0de2977ac6d9c0b51d497da65ca5'>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 id or class where you want the widget to appear */ | |
uuid: '7332ba4b-6cac-480d-9466-f2acfa91', /* set your id (given by headoo) */ | |
widget_mode: 'gallery', /* don't set if you want a banner instead of gallery */ | |
locale: 'fr', /* set your locale */ | |
/* You can view all other settings by opening https://headoo.com/js/widget-visualcommerce.js and searching for jQueryHeadoo.fn.visualCommerce */ | |
}).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