FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Custom Styling"
<style> .comment-count-styled { background: #f0f0f0; padding: 5px 10px; border-radius: 15px; font-size: 14px; color: #666; display: inline-block; } </style> <script src="https://cdn.fastcomments.com/js/widget-comment-count.min.js"></script> <div id="comment-count-styled" class="comment-count-styled"></div> <script> window.FastCommentsCommentCount(document.getElementById('comment-count-styled'), { tenantId: 'demo' }); </script>
Result