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.
  • Got error while implementing facebook login

    Solved Technical Support
    2
    0 Votes
    2 Posts
    3k Views
    Sameer YadavS
    My bad, this error was caused by extra / in config.json
  • Facebook SSO-- redirect

    General Discussion
    1
    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 https://github.com/ogerly/nodebb-plugin-embed-videos
  • nodebb-plugin-fb-video

    Plugin Development
    1
    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! [image: 3ctkoDZ.png]
  • Facebook SSO Plugin - Email Issue

    Technical Support
    9
    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.
  • [nodebb-plugin-facebook] Facebook posts

    NodeBB Plugins
    23
    1 Votes
    23 Posts
    14k 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. [image: M9VI7CN.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
  • Sharing to Facebook error

    Bug Reports
    6
    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.
  • Facebook auth

    General Discussion
    2
    0 Votes
    2 Posts
    2k Views
    Peter-Zoltan KeresztesP
    part of the answer you can find here: https://community.nodebb.org/topic/2032/changing-e-mail-notification-content/4
  • 0 Votes
    11 Posts
    5k Views
    julianJ
    Thanks @navid @a_5mith ... Heroku installs are finicky at best, will reply with my thoughts in PR.