FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Image Chat 基本实现"
<!DOCTYPE html> <html> <head> <title>My Image Gallery with Image Chat</title> </head> <body> <!-- 您的图片 --> <img id="my-image" src="https://fastcomments.com/images/image-chat-demo-1.jpg" alt="Pretty Trail" /> <!-- 加载 Image Chat 脚本 --> <script src="https://cdn.fastcomments.com/js/embed-image-chat.min.js"></script> <!-- 初始化 Image Chat --> <script> FastCommentsImageChat(document.getElementById('my-image'), { tenantId: 'demo' }); </script> </body> </html>
Result