Embedded Comments
The comments plugin allows network owners to embed a comment section on another site, such as a blog.
Your network domain
Url to comment on
The channel guid who will own the activity post
<div
class="minds-comments"
data-href="https://developers.minds.com/docs/plugins/embedded-comments"
data-owner-guid="1559194096893956110"
></div>
<script async defer crossorigin="anonymous" src="https://www.minds.com/plugins/embedded-comments/js/embed.js"></script>
Attributes
Attribute | Optional | Description |
---|---|---|
data-href | No | HREF pointing to the page that is to be commented on. |
data-owner-guid | No | GUID of the account owner that has the comments plugin set up. |
data-app-url | Yes | Base URL for embedded comments app. If omitted, will use the domain hosting the JS script. |
data-theme | Yes | "light" or "dark". When dark, background will be transparent. |
data-accent-color | Yes | Override the accent color used in the comment app. |
data-minds-branded | Yes | "true" or "false", remove Minds branding from the comment app. |