Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. mesolithic
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 1
    • Groups 0

    Posts made by mesolithic

    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      Just wanted to point out that there are compatibility issues with the ns-plugin-ns-points plugin. The following error is thrown when accessing any of the posts on Ghost

      error: TypeError: Cannot read property 'uid' of undefined
      at nodebbpath/node_modules/nodebb-plugin-ns-points/app/filters.js:68:36
      

      It worked once I disabled the points plugin.

      posted in NodeBB Plugins
      M
      mesolithic
    • RE: Sharing to Facebook error

      Solution for me:

      --- a/src/meta/tags.js
      +++ b/src/meta/tags.js
      @@ -29,6 +29,9 @@ module.exports = function(Meta) {
                                          property: 'og:site_name',
                                          content: Meta.config.title || 'NodeBB'
                                  }, {
      +                                       property: 'og:type',
      +                                       content: 'website'
      +                               }, {
                                          name: 'keywords',
                                          content: Meta.config.keywords || ''
      posted in Bug Reports
      M
      mesolithic
    • RE: Sharing to Facebook error

      Found that the issue is due to missing og:type on home page

      posted in Bug Reports
      M
      mesolithic
    • RE: Sharing to Facebook error

      I have the same issue.

      posted in Bug Reports
      M
      mesolithic