Skip to content
  • Facebook Oauth

    Solved Technical Support
    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Could be 😃 Glad to hear it is working now.

  • 0 Votes
    2 Posts
    3k Views
    Sameer YadavS

    My bad, this error was caused by extra / in config.json

  • 0 Votes
    1 Posts
    1k Views
    B

    I've embedded the forum into the iframe of my website and am currently using Facebook SSO. However, whenever I try to log into Facebook, it redirects me to the Facebook page then to my nodebb website after signing in. Does anyone know how to make the Facebook SSO redirect to my website or have the FB login be a popup window?

  • 2 Votes
    2 Posts
    3k Views
    ogerlyO

    i have added Dailymotion and Vine

    Link Preview Image GitHub - ogerly/nodebb-plugin-embed-videos: youtube, vimeo, facebook, dailymotion, vine

    youtube, vimeo, facebook, dailymotion, vine. Contribute to ogerly/nodebb-plugin-embed-videos development by creating an account on GitHub.

    favicon

    GitHub (github.com)

  • 0 Votes
    1 Posts
    1k Views
    ogerlyO

    with the plugin you can videos of facebook
    display in NodeBB.

    Example URL:
    https://www.facebook.com/zuck/videos/vb.4/10101993274698321/?type=2&theater

    ! it loads very slow for large videos!

    Bildschirmfoto vom 2015-07-31 14:44:05.png

  • 0 Votes
    9 Posts
    5k Views
    S

    @kps - I suspect that is the issue. I don't have an active nodebb instance right now. In the middle of a few things. HOpefully resolve those issues and get back to nodebb over the weekend. 🙂

  • 1 Votes
    3 Posts
    3k Views
    OrotonO

    Is it even possible to integrate a plug in that posts to a 'group'

    I'm sure FB only allows posting to fan pages and walls.

    That being said, I know you can do 'Canvas' app for NodeBB on FB, but this only integrates with FB notifiactions
    On the Browser, where as you'll find most of the time they check FB via mobile. And FB mobile is not compatible with
    Canvas or any external FB notifications.

    So you are probably going to be disappointed with it's results.

    Also, on that note. I've found it susccefull for mobile users, using a push notification app. That notifies users on events.
    And when they are notified, it refers them back to your forum. via a webui Browser in the app.
    This works great with a Responsive design or a dedicated mobile browser.

  • 1 Votes
    23 Posts
    13k Views
    codejetC

    @Oroton said:

    @Codejet said:

    @Mega , have uploaded this pic, simply these are 3 dif screenshots in the one pic.

    First is initial reload pushes all adjacent horizontal categories downwards leaving gap in masonary, middle is after 2 reloads (perfect, what we want), last one is after navigating and coming back to the front page.

    masonaryfbembedplugin.png

    I have a solution to cause a page reload whenever condition is met in

    $(document).on('ready', function() {}

    if condition matches front page url. But obviously you would not advise this

    EDIT: scratch that can't even get that to work since a root url link just doesn't exist. lol I'll keep trying

    Have you got this facebook plugin working?

    Working correctly in 0.7.0-dev. Both in the Masonry and Widgets.

  • 0 Votes
    7 Posts
    5k Views
    Macrow WillsonM

    @Macrow-Willson , ah setup: apache,debian,mod_proxy

  • 1 Votes
    6 Posts
    3k Views
    M

    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 || ''
  • 0 Votes
    11 Posts
    11k Views
    B

    #BOOM!
    Fixed 😄

    Thanks a lot for your help guys and sorry for the false alarm, maybe the plugin in Github should have this warning. I know that is a dumb mistake and most of web developers may be aware of it but just in case.

  • 0 Votes
    2 Posts
    2k Views
    Peter-Zoltan KeresztesP

    part of the answer you can find here:

    Link Preview Image changing e-mail notification content

    Just as an information for someone in the future who will have the same issue. You have have to edit the config.json so that instead of http://localhost:4567...

    favicon

    NodeBB Community (community.nodebb.org)

  • 0 Votes
    11 Posts
    5k Views
    julianJ

    Thanks @navid @a_5mith ... Heroku installs are finicky at best, will reply with my thoughts in PR.