Issues with Nodebb-Plugin-RSS

NodeBB Plugins

Suggested Topics


  • 0 Votes
    1 Posts
    252 Views

    Yesterday I created a plugin to track the user actions on the client-side and send them to a Facebook Pixel. I hope it will be helpful. If you like the plugin, don't mind giving it a star on GitHub.

    How The Facebook Pixel Works
    When someone visits your website and takes an action (for example, buying something), the Facebook pixel is triggered and reports this action. This way, you'll know when a customer took an action after seeing your Facebook ad. You'll also be able to reach this customer again by using a Custom Audience. When more and more conversions happen on your website, Facebook gets better at delivering your ads to people who are more likely to take certain actions. This is called conversion optimisation.

    Installation

    npm install nodebb-plugin-facebook-pixel

    Supported Hooks

    action:ajaxify.end action:ajaxify.contentLoaded action:composer.topic.new action:composer.post.edit action:composer.addQuote action:composer.post.new action:composer.addQuote action:posts.loaded action:topics.loaded action:category.loaded action:app.loggedIn action:app:loggedOut action:profile.update action:search.fillOutForm action:infinitescroll.loadmore action:chat.renamed action:chat.loaded action:chat.closed action:chat.minimized action:chat.sent action:chat.received

    GitHub Repository
    https://github.com/Doonloo/nodebb-plugin-facebook-pixel

  • 0 Votes
    2 Posts
    1k Views

    Looking at the code, it appears the plugin will not automatically associate your token's id with an existing user's uid when they overlap (likely for security reasons). It checks the database hash 'appId:uid' for the association. The hash fields are your app's id and the value is the associated uid. You should be able to manually create an association with an existing user by editing that hash.

    I think the mongo command would be like this:
    db.objects.update({ _key: "appId:uid" }, { $set: { "13": "13" } })

  • 2 Votes
    2 Posts
    1k Views

    @pichalite From my limited experience with your plugin the communication with slack is only one way (I.e. Nodebb to Slack.) Is it possible to recieve as well?

  • 0 Votes
    3 Posts
    1k Views

    @pitaj said:

    GitHub - psychobunny/nodebb-plugin-badges: Badges: an achievement system for NodeBB

    Badges: an achievement system for NodeBB. Contribute to psychobunny/nodebb-plugin-badges development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    Thanks a lot!

  • 37 Votes
    302 Posts
    211k Views

    @Hope33 when you activate shoutbox and rebuild restart it should add a new route at yourforum.com/shoutbox you can also drag and drop it as a widget on a page.