Skip to content
✨ Learn more about Convo Space & Omnid →
Docs
Convo Embeds
Embed a Comment

Embeddable Comment

Introduction

Any Comment on Convo can be embedded in a Website just like a tweet.

Integration

Start by simply clicking the three dot menu on a comment and copying the embed code for any Comment. The result should be in a format like this,

<!-- Link Format -->
https://theconvo.space/embed/c/01fe7445rh9aczjz2ygppz60db

Now you can use this link on any website by simply using the below HTML wherever you want the comment to be.

Usage,

<iframe src="the-link-you-just-copied" width="100%" height="200px" style="border: none;">
  Comment
</iframe>

Example

<iframe src="https://theconvo.space/embed/c/01fe7445rh9aczjz2ygppz60db" width="100%" height="200px" style="border: none;">
  Comment
</iframe>

Comments