Skip to content
deby edited this page Jan 30, 2016 · 1 revision

Install the widget on your website

  1. Include the CSS file between <head> and </head>:
<link rel="stylesheet" href="http://jucy.io/_static/jucy.min.css">
  1. Include the Javascript file right before the </body>:
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="http://jucy.io/_static/jucy.min.js"></script>
<script>
  var jucy_repository = 'Jucyio/Jucy';
</script>
Clone this wiki locally