Embed Magic Kuadros into a website

  1. Make sure that your website loads jQuery. If it doesn't, just add this line into head section:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  2. Add these lines into head section (before </head> tag):
    <link href="//kuadros.clipmypassword.com/css/ums.css?ver=1.12" rel="stylesheet">
    <script src="//kuadros.clipmypassword.com/js/ums-jsonp.js?ver=1.12"></script>
  3. Add shortcode (from Kuadros page) at the bottom of the page (before </body> tag). Example:
    <div class="ums" data-id="X"></div>
  4. You're all set! Enjoy it.