FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Dizin üzerindeki toplu yorum sayıları"
<ul> {posts.map((post) => ( <li> <a href={post.slug}>{post.title}</a>{" "} <span class="fast-comments-count" data-fast-comments-url-id={post.slug}></span> </li> ))} </ul> <script dangerouslySetInnerHTML={{ __html: `window.FastCommentsBulkCountConfig = ${ JSON.stringify({ tenantId: TENANT_ID }) };`, }} /> <script src="https://cdn.fastcomments.com/js/embed-widget-comment-count-bulk.min.js"></script>
Result