Everything you need to integrate Lipwalk into your website. Guides, tutorials, and API reference.
Add this code snippet to your website and you're done. Comments will appear automatically.
<!-- Add where you want comments to appear -->
<div id="lipwalk-comments"></div>
<!-- Add before </body> -->
<script src="https://js.lipwalk.com/embed.js"></script>
<script>
Lipwalk.init({
siteId: 'your_site_id',
theme: 'auto'
});
</script>