Skip to content

chaloner/finallycomments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finally Comments

The aim of this project is to promote the Steem ecosystem by breaking the comments system out of the walls of Steem based apps.

Finally comments - V0.8.2

A embedable comments system built on the STEEM blockchain.

How It Works

Please visit the site for more detaails

Finally is a comments system for blogs and website built on top of the STEEM blockchain. Similar to other popular plug and play comment systems Finally requires only a single html tag while our javascript library & backend system take care of the rest. The STEEM blockchain to provides posting and curation rewards to its users unlike any other comments system.

Login to the dashboard at http://finallycomments.com. to generate code for any Steemit(or any other STEEM based platform) post with one click.

  <section class="finally-comments" data-id="https://utopian.io/utopian-io/@sambillingham/tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes"></section>
  <script src="https://finallycomments.com/js/finally.min.js"></script>

Finally uses Steemconnect authentication to allow users to post comments and upvotes directly from anywhere Finally is embeded. Once authenticated with Finally users will not have to log in again when visiting other sites that also use Finally.

Development Setup

You'll need to create an account on steemconnect.com to work on this project (current cost 3 STEEM). Use the details within the finallycomments app. Make sure the redirect url matches.

start by passing enviroment varibles to the node process for example

git clone
cd app/
npm install
NODE_CLIENT_ID="newproject.app" NODE_REDIRECT_URI="localhost:3000/auth/" NODE_SESSION_SECRET="supersecret27" node ./bin/www

Feature Roadmap

  • stats for threads/account
  • auto hide posts from rep less than X
  • edit/delete/flag comments
  • Themes
  • How To Guides
  • Beneficiaries
  • User Profiles
  • moderate comments (completely remove with flag from author)
  • wordpress plugin

About

Add Steem Comments To Any Website/Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.7%
  • HTML 17.2%
  • CSS 14.1%