Talkyard: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Talkyard is touted as the best Stack Overflow alt. It is upvotable, with best rising to top. It is embeddable. [https://chatgpt.com/share/6882ee9c-4cf8-8010-808f-6949b560b76f]")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Talkyard is touted as the best Stack Overflow alt. It is upvotable, with best rising to top. It is embeddable. [https://chatgpt.com/share/6882ee9c-4cf8-8010-808f-6949b560b76f]
Talkyard is touted as the best Stack Overflow alt. It is upvotable, with best rising to top. It is embeddable. [https://chatgpt.com/share/6882ee9c-4cf8-8010-808f-6949b560b76f]
=Sample Embed=
<!DOCTYPE html>
<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;
    }
    .talkyard-container {
      max-width: 800px;
      margin: auto;
      padding: 1rem;
      background: #fff;
      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>

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.