Talkyard: Difference between revisions
Jump to navigation
Jump to search
Talkyard Embedded Discussion
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
=Sample Embed= | =Sample Embed= | ||
<html> | <!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; | |||
} | |||
<script> | .talkyard-container { | ||
max-width: 800px; | |||
margin: auto; | |||
padding: 1rem; | |||
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>
Join the Discussion
This is an embedded Talkyard thread. You can read and reply directly below.