Talkyard: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


=Sample Embed=
=Sample Embed=
<html>
<!DOCTYPE html>
<div class="talkyard-comments"></div>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Talkyard Embedded Discussion</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
    body {
      font-family: sans-serif;
      background-color: #f9f9f9;
      margin: 2rem;
    }


<script>
    .talkyard-container {
  var s = document.createElement("script");
      max-width: 800px;
  s.src = "https://test--opensourceecology.talkyard.net/-/talkyard-comments.min.js";
      margin: auto;
  s.setAttribute("data-talkyard-discussion-id", "12");
      padding: 1rem;
  document.body.appendChild(s);
      background: #fff;
</script>
      border: 1px solid #ccc;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
 
    .talkyard-comments {
      margin-top: 1rem;
    }
  </style>
</head>
<body>
 
  <div class="talkyard-container">
    <h1>Join the Discussion</h1>
    <p>This is an embedded Talkyard thread. You can read and reply directly below.</p>
 
    <div class="talkyard-comments"></div>
  </div>
 
  <script>
    var s = document.createElement("script");
    s.src = "https://test--opensourceecology.talkyard.net/-/talkyard-comments.min.js";
    s.setAttribute("data-talkyard-discussion-id", "12");
    document.body.appendChild(s);
  </script>
 
</body>
</html>
</html>

Latest revision as of 06:10, 25 July 2025

Talkyard is touted as the best Stack Overflow alt. It is upvotable, with best rising to top. It is embeddable. [1]

Sample Embed

<!DOCTYPE html> Talkyard Embedded Discussion

Join the Discussion

This is an embedded Talkyard thread. You can read and reply directly below.