Just Another Wordpress Steem Plugin (Also, Introducing Steemeasy.com)
Wordpress Steem Plugin development is in progress.
https://github.com/sean0010/press
With the plugin, any Wordpress user can integrate a specific tag into their Wordpress website.
Posts List, Post Detail, Voting, Writing, Commenting are the features.
I didn't submit the plugin yet, but I've prepared for a Proof of Concept.
Steemeasy is for kr community. The top most popular tags in kr community are listed on the menu.
Voting percentage option button has some some innovation.
The main advantage of the plugin is its lightweight.
Dependencies:
- steemconnect.js
- steem.js
- lodash.js
- remarkable.js
(Frameworkds such as Angular, React, Jquery are not necessary)
Dev version description
SteemConnect and Steem.js are great libraries for 3rd party developers.
Steem.js retrieves Steem Blockchain data as JSON format
My main coding effort was generating HTML from the JSON response.
I've used SteemConnect v1 for Login, Voting, Post Writing and Commenting.
So, this source code is not really dependent on Wordpress. It can be developed toward the front-end js lib where you can into your wherever static HTML and that's my goal.
Wordpress plugin distribution
I haven't submitted yet, but will do within the next couple of weeks.
I will continue on more features, bug fixes and documentation for all Wordpress users.
Although steemeasy.com is for Korean users, the plugin documentation will be written in English.
Big picture
Steem.js mainly focuses on Steem API call as it is, which is lack of search queries.
For example, when you retrieve posts list, you give a tag name get the latest 25 items and the next 25 items... "Infinit Scroll".
I believe users need pagination feature to access old posts list directly.
I'm preparing for a public Web Socket based service where anyone can take advantage of, including my Steem Wordpress Plugin.
SteemGrabber
Node.js bot will be continuously running to get up-to-date blockchain data using Steem.js
The result will be stored into Redis.
Sorted Set [author, permlink]
SteemDataWebSocketServer
This will accept Web Socket connection and provide pagination data
client will request [tag, numItemsPerPage]. Respond [Array(permlink, author), total pages, status]
Moreover, a Steemian's posts need to be able to categorise by tag rather than entire uncategorised list. This is also planned feature.
Hope they approve it quickly for you!
Took quite a while for them to approve my EU Cookie compliance plugin back in the day..
It would be nice to be able to import wordpress into steemit. I write for a column that is going to start soon and we use wordpress. I will likely have to convert the articles for steemit
I know that! https://steemit.com/steemdev/@recrypto/wordpress-steem-1-0-2 This is exactly what you're looking for :-)
I have voted for you can you vote my comment please .. Thank you dear in advance .
Nice. This deserves a Resteem :)
Thanks
I like you
All the best wish you a good success with your new website. By the way what is all about your new website?
It will function as Sub-community boards for "KR" tag users.
Only kr users? Try to add other users also please
The goal is, "Anyone can run it with own favourite tags".I mean, sub-community website can be managed by a Wordpress user(Not only me, the plugin dev.). I will publish the Wordpress plugin within the next couple of weeks.
I didn't submit the plugin yet, but I've prepared for a Proof of Concept. @naz722
I was looking for this kind of plugin, I want to integrate my steemit posts into wordpress site, but I don't read korean, so please make it in english too if possible. thanks
Thank you. Stay tuned!
Looks good. Keep up the good work. Will be looking into this further seeing the value of this tool.
you can use Asksteem API for search as well
ask or check @thekyle