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