FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Βασικό Παράδειγμα Image Chat"
<!DOCTYPE html> <html> <head> <title>Product Image with Chat</title> </head> <body> <img id="product-image" src="https://fastcomments.com/images/image-chat-demo-1.jpg" alt="Product Photo" /> <script src="https://cdn.fastcomments.com/js/embed-image-chat.min.js"></script> <script> FastCommentsImageChat(document.getElementById('product-image'), { tenantId: 'demo' }); </script> </body> </html>
Result