Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. fyhao
    • Profile
    • Following 2
    • Followers 0
    • Topics 7
    • Posts 25
    • Best 10
    • Groups 0

    fyhao

    @fyhao

    16
    Reputation
    936
    Profile views
    25
    Posts
    0
    Followers
    2
    Following
    Joined Last Online
    Website fyhao.com Location Singapore

    fyhao Follow

    Best posts made by fyhao

    • [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Imgshow Plugin for NodeBB

      A plugin let's user to embed multimedia content in a post.

      The most popular features is to embed youtube video in a post by using following format
      [youtube the-video-id-or-title]

      Currently support:
      youtube - Youtube video
      fbvideo - Facebook video
      vimeo - Vimeo
      bliptv - Blip.TV
      dailymotion - DailyMotion
      soundcloud - Sound Cloud
      gdoc - Google Doc
      qrcode - QR Code
      flash - Flash SWF content
      gmap - Google Map
      bingmap - Bing Map
      weather - Weather
      And more functions to explore.

      This plugin requires dependencies Unirest, which used to call Imgshow API.

      Updated latest version 0.0.14 (20160706)

      Updated notes:
      20160706:

      • Added preview feature
      • Added some grouping for the features
      • Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather.
      • FIX some UI overlapping issue under v1.0.3
      • Compatible up to nodebb v1.0.3

      20140630:

      • Added editor composer button with list of features/services button

      To install the plugin

      npm install nodebb-plugin-imgshow

      Get it from Github

      Refer to library.js to get know latest supports of the functions

      Screenshots:

      1. Editor Composer button
        1.png

      2. Imgshow Media Embed Menu
        2.png

      3. Youtube function
        4.png

      4. Once click insert, the code is copied into textarea
        5.png

      5. In built help/faq for your users
        6.png

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      @psychobunny Discuz! is PHP based, and NodeBB is Node JS based. I love Node JS. Front end and back end all Javascript, and everywhere is "callback". And NodeBB plugin system quite easy to learn, adding Node JS also easy to learn, so learning curve OK.
      I try to port it over the same or similar functionality one by one from scratch during my journey learning NodeBB.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • [nodebb-plugin-sentiment] NodeBB Sentiment Analysis Plugin

      I had published a proof of concept of a NodeBB Sentiment Analysis Plugin, which trigger sentiment analysis when post saved. It takes the post content, send to sentiment analysis API, and return either Positive/Negative/Neutral as result.
      I wondering and hoping someone can find this useful for perform sentiment analysis on the forum posts, you can freely fork the code and do your own business, like storing into another database for back end analysis or marking the post with smiley icon (happy/sad)

      To install the default plugin, visit https://www.npmjs.org/package/nodebb-plugin-sentiment
      To fork the code, visit https://github.com/fyhao/nodebb-plugin-sentiment
      Mashape API Page, visit https://www.mashape.com/fyhao/text-sentiment-analysis-method

      To test this API, you can visit this Runnable page

      http://runnable.com/U80nxyBJjrp4wcOH/text-sentiment-analysis-for-node-js-and-mashape
      posted in NodeBB Plugins
      fyhao
      fyhao
    • Last Position Popup

      I noticed there is new function Last Position popup, then can bring me to the last position I browsed the page, this really creative and great.

      But the problem is that when I browse page A with position X, and then when I browse page B, it also showing me the last position popup, bring me to position X.
      It should show only when I browse back page A... Or should have some other historic menu let me go back which page which position.

      Correct me if I am mistaken.

      posted in General Discussion
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Hi I just update nodebb-plugin-imgshow plugin to version 0.0.8, adding composer button to help easily embed the media into post. Adding the screenshots in the first post.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Hi, I just enable SoundCloud features for NodeBB Imgshow Plugin.
      SoundCloud will be like Youtube features, just requires a keyword that auto search the music.
      For whom that already installed this plugin, just restart your NodeBB, then go to Editor, click the button, you will see "soundcloud" button is listed!!!

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Adding soundcloud code to the plugin.
      Adding Air Quality Index code to the plugin, by passing latitude and longitude.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [idea for plugin] oembed: embed all the things!

      I also planned to develop something in this weekends... Then saw this post...

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Just want to mention that the latest version currently is 0.0.13, you may npm upgrade the plugins.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Hi All,

      I just made an update to the plugin in order to compatible with latest version v1.0.3 and with the following new updates.

      20160706:

      • Added preview feature
      • Added some grouping for the features
      • Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather.
      • FIX some UI overlapping issue under v1.0.3
      • Compatible up to nodebb v1.0.3
      posted in NodeBB Plugins
      fyhao
      fyhao

    Latest posts made by fyhao

    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Hi All,

      I just made an update to the plugin in order to compatible with latest version v1.0.3 and with the following new updates.

      20160706:

      • Added preview feature
      • Added some grouping for the features
      • Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather.
      • FIX some UI overlapping issue under v1.0.3
      • Compatible up to nodebb v1.0.3
      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: NodeBB v1.0.0

      This is really awesome. Congrats.
      Proud to be NodeBB Users.

      posted in NodeBB Blog
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Just want to mention that the latest version currently is 0.0.13, you may npm upgrade the plugins.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [idea for plugin] oembed: embed all the things!

      I also planned to develop something in this weekends... Then saw this post...

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      @julian Thanks you. I managed to get the same error.
      I had merged your pull request, and made a fix to get rid of 403 error.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-imgshow] Nodebb Imgshow Plugin (Latest ver 0.0.14 20160706)

      Adding soundcloud code to the plugin.
      Adding Air Quality Index code to the plugin, by passing latitude and longitude.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: [nodebb-plugin-sentiment] NodeBB Sentiment Analysis Plugin

      Great. Auto Ban, auto downvote, or auto upvote.

      posted in NodeBB Plugins
      fyhao
      fyhao
    • [nodebb-plugin-sentiment] NodeBB Sentiment Analysis Plugin

      I had published a proof of concept of a NodeBB Sentiment Analysis Plugin, which trigger sentiment analysis when post saved. It takes the post content, send to sentiment analysis API, and return either Positive/Negative/Neutral as result.
      I wondering and hoping someone can find this useful for perform sentiment analysis on the forum posts, you can freely fork the code and do your own business, like storing into another database for back end analysis or marking the post with smiley icon (happy/sad)

      To install the default plugin, visit https://www.npmjs.org/package/nodebb-plugin-sentiment
      To fork the code, visit https://github.com/fyhao/nodebb-plugin-sentiment
      Mashape API Page, visit https://www.mashape.com/fyhao/text-sentiment-analysis-method

      To test this API, you can visit this Runnable page

      http://runnable.com/U80nxyBJjrp4wcOH/text-sentiment-analysis-for-node-js-and-mashape
      posted in NodeBB Plugins
      fyhao
      fyhao
    • RE: Write-enabled API (Brainstorming)

      Enable read/write API, the better, notification of new topic / real time streaming. For developer make it like registering an application, have an API key and secret, REST-styled API / JSON.
      For normal user they provided options whether to install the application.

      posted in NodeBB Development
      fyhao
      fyhao
    • RE: Webhooks for new topic/reply notification

      Hi, what I meant is that where user enter an external URL
      like
      http://<my domain>/notify/topic
      then select event

      • new topic
      • new reply

      then NodeBB will calling this URL via HTTP GET/POST with parameters like topicname,date,author....

      posted in Feature Requests
      fyhao
      fyhao