FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Collab Chat με Απενεργοποιημένη Πάνω Γραμμή"
<!DOCTYPE html> <html> <head> <title>My Article with Collab Chat - No Top Bar</title> </head> <body> <div id="article-content" style="min-height: 500px"> <h1>My Article Title</h1> <p>This is a paragraph that users can annotate. Simply highlight any text to start a discussion!</p> <p>You can have multiple paragraphs, and users can highlight text across any of them.</p> </div> <script src="https://cdn.fastcomments.com/js/embed-collab-chat.min.js"></script> <script> FastCommentsCollabChat(document.getElementById('article-content'), { tenantId: 'demo', topBarTarget: null }); </script> </body> </html>
Result