The HTML embed code can be used to embed comments from any STEEM blockchain based platform including Steemit.com, Busy.org, d.tube, Steemhunt.com, musing.io and steepshot.io. Finally can also create new threads that are not linked to previously posted content. To create new blank threads you must use the Finally dashboard.
Here is an example embed code. Copy/paste the below code to generate the comments thread on your website. You can change the URL to the relevant content.
The Finally library is hosted on NPM & Github
npm i finallycomments -s
The library includes a number of helpful functions to include Finally Comments within your project. Create iframes, embed iframes directly or get external links to threads on finallycomments.com.
// loadFromSteemitUrl(steemitUrl, options)
import finallycomments from 'finallycomments'
finallycomments.init()
let iframe = finallycomments.loadFromSteemitUrl('https://steemit.com/utopian-io/@sambillingham/finally-comments-api-and-new-dashboard-features')
// directThreadLink(embedType, url, options)
import finallycomments from 'finallycomments'
finallycomments.init()
let href = finallycomments.directThreadLink('steem', 'https://steemit.com/utopian-io/@sambillingham/finally-comments-api-and-new-dashboard-features')
let link = `<a href="${href}">Check out this discussion we has on Steem yesterday</a>`
The fastest way to make use of Finally is to login to the dashboard.
Generate embed code for comment threads from any STEEM based content.
Create new custom comment threads powered by STEEM
Connect your website to make use of the API.
Dashboard*Please message to have your site added.