Facebook and Twitter SSO

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
    1 Posts
    313 Views

    I just installed nodebb-plugin-sso-auth0 and created an app at Auth0. After successfull login at Auth0, when redirected, i get the following error. No restart or build helped.
    Any suggesstions for the prorblem?

    nodebb-plugin-sso-auth0

    Internal Error. Oops! Looks like something went wrong! /auth/auth0/callback undefined
  • 0 Votes
    6 Posts
    2k Views

    @baris said:

    Try this

    <a class="twitter-timeline" href="https://twitter.com/3malG" data-widget-id="507843649955041282">Tweets von @3malG </a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script> if(window.twttr !== undefined) { window.twttr.widgets.load($('.motd')[0]); } </script>

    Yes, now it works! Thank you very much!

  • 0 Votes
    12 Posts
    5k Views

    So I'm not sure why, but the URL is set to https://twitter.com/search?q=%40AggroTactics rather than https://twitter.com/search?q=AggroTactics. The first URL does a search with @AggroTactics rather than #AggroTactics. So I changed it on my local but it instead added the literal '@'... not sure where that is coming from. Not sure if that was intended... seems weird.

  • 5 Votes
    61 Posts
    40k Views

    @atrius Works like a charm.

    Edit: not sure if this plugin has something to do with it. But it expirienced some slight hanging while posting reply's to a topic.