All Projects → code-with-sam → finallycomments

code-with-sam / finallycomments

Licence: MIT license
Add Steem Comments To Any Website/Blog

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects
SCSS
7915 projects

Projects that are alternatives of or similar to finallycomments

steem-wise-core
Vote delegation system for STEEM blockchain: core library for nodejs & browser use
Stars: ✭ 17 (+13.33%)
Mutual labels:  steem, steem-blockchain
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (+26.67%)
Mutual labels:  steem, steem-blockchain
Sscjs
a light javascript library to interact with the Steem Smart Contracts Sidechain
Stars: ✭ 19 (+26.67%)
Mutual labels:  steem
glasnost
Glasnost is a GraphQL app server for Golos/Steem
Stars: ✭ 23 (+53.33%)
Mutual labels:  steem
Utopian.io
Utopian.io Frontend - Utopian wants to reward open-source contributors!
Stars: ✭ 101 (+573.33%)
Mutual labels:  steem
Dtube Mobile Unofficial
D.tube client app for Android
Stars: ✭ 35 (+133.33%)
Mutual labels:  steem
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (+673.33%)
Mutual labels:  steem
Condenser
The greatest application front-end to the Steem Blockchain.
Stars: ✭ 516 (+3340%)
Mutual labels:  steem
exxp
A plugin to bring wordpress and hive together.
Stars: ✭ 30 (+100%)
Mutual labels:  steem
Steem Fossbot Voter
A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user
Stars: ✭ 92 (+513.33%)
Mutual labels:  steem
Steemconnect
Signer app for Steem
Stars: ✭ 167 (+1013.33%)
Mutual labels:  steem
Steem Java Api Wrapper
An API Wrapper for Steem written in Java
Stars: ✭ 70 (+366.67%)
Mutual labels:  steem
Mydicebot.github.io
★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
Stars: ✭ 48 (+220%)
Mutual labels:  steem
Steem
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
Stars: ✭ 1,915 (+12666.67%)
Mutual labels:  steem
Api.steemjs.com
REST API for Steem blockchain
Stars: ✭ 28 (+86.67%)
Mutual labels:  steem
esteem-desktop
eSteem Desktop - Application to get paid for blogging, curating and more...
Stars: ✭ 15 (+0%)
Mutual labels:  steem
Dtube
📺 d.tube app. A full-featured video sharing website, decentralized.
Stars: ✭ 569 (+3693.33%)
Mutual labels:  steem
Steemconnect.js
SteemConnect JavaScript SDK
Stars: ✭ 66 (+340%)
Mutual labels:  steem
Devportal
Steem Platform Developer Documentation.
Stars: ✭ 114 (+660%)
Mutual labels:  steem
steemphp
steem php client api
Stars: ✭ 25 (+66.67%)
Mutual labels:  steem-blockchain

Finally comments

Finally is a comments system for your website that is powered by the STEEM blockchain. The STEEM blockchain is a unique piece of technology that allows content creators to receive a share of weekly token rewards.

Finally aims to provide monetisation to blogs and foster discussions with the incentives the STEEM blockchain provides.

Get Started

Please visit the site for more details

Finally provides both HTML embed code and a javascript library. The HTML embed can be easily added to any website while the Javascript library enables advanced options for developers.

Finally uses Steemconnect to allow users to post and upvote content. Once authenticated users will not have to log in again when visiting other sites that also use Finally.

The fastest way to embed any of your recent comment threads from Steemit.com, Busy.org or any STEEM based platform is to login to our dashboard where you can see a complete list of your recent posts. From the Dashboard you can generate the embed code for any post with one click.

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 variables to the node process for example

git clone
cd app/
npm install
npm run dev
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
  • Improve Profiles - @username
  • Flag comments using STEEM downvote
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].