FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Live Comment Count Updates"
<script src="https://cdn.fastcomments.com/js/widget-comment-count.min.js"></script> <div id="comment-count-live"></div> <script> window.FastCommentsCommentCount(document.getElementById('comment-count-live'), { tenantId: 'demo', isLive: true }); </script>
Result