Threaded commenting (with titles)

View Demo

Source


<!doctype html>

<html>

<head>

<meta charset="utf-8">

  <title>Basic threaded commenting with titles</title>

  <!-- optimize for mobile -->
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <!-- force latest IE rendering engine -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <!-- page specific CSS -->
  <style>
    body {
       font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
       font-size: 18px; margin: 0; padding: 0;
    }
    #hero-image { margin: 1em 0; max-width: 100% }
    #content { margin: 0 auto; max-width: 700px; }
  </style>

</head>

<body>

  <div id="content">

    <!-- Something to comment -->
    <img id="hero-image" src="img/threaded@2x.jpg">

    <!-- Muut embed -->
    <a class="muut m-app-loading" href="https://muut.com/i/goma/exhibitions"
      title="Exhibitions">Comments</a>

    <script src="https://cdn.muut.com/1/moot.min.js"></script>
  </div>

</body>

</html>

View Demo