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