FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Implémentation basique pour Image Chat"
<!DOCTYPE html> <html> <head> <title>My Image Gallery with Image Chat</title> </head> <body> <!-- Votre image --> <img id="my-image" src="https://fastcomments.com/images/image-chat-demo-1.jpg" alt="Pretty Trail" /> <!-- Charger le script Image Chat --> <script src="https://cdn.fastcomments.com/js/embed-image-chat.min.js"></script> <!-- Initialiser Image Chat --> <script> FastCommentsImageChat(document.getElementById('my-image'), { tenantId: 'demo' }); </script> </body> </html>
Result