MicroSteemit is developed based on the wechat micro application which is maintained by the tencent company.
wechat micro application is an application that doesn't need to be downloaded and installed. It implements the dream of "reach within reach", and users scan or search can open the micro application through the wechat application. It also reflects the idea of "running away", and users don't have to worry about installing too many apps. Micro Applications will be ubiquitous, readily available, without installing uninstall. Suitable for life service offline shops and non-new low-frequency conversion. The micro application can realize seven functions such as message notification, offline scan code and public number association. Among them, the user can realize the mutual jump between the wechat public account and the micro application through wechat association.
In a word , MicroSteemit is an application which can be used without downloading while chatting with friends in wechat easily. Just by scanning the MicroSteemit QR code can we commodiously surf on the steemit community.
Beta version :
All source code about Microsteemit can be found in the below link :
https://github.com/Cha0s0000/MicroSteemit
Add a new way to share the post
Up to now we have already been able to share any pages from Microsteemit by clicking on the right top corner.However through this way , we can only open the post in Microsteemit based on Wechat. It is a bit inconvenient to some extent.
So we add a new way to share the post detail by generating the QR code from the post link . Anyone scanning the QR code will be able to open the post in webview of the application or any other browsers cross-platformedly.
To complete the new feature, the general process shows below:
ā
Github: https://github.com/Cha0s0000/MicroSteemit
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature