Skip to content
  • 3 Votes
    1 Posts
    1k Views
    m03M
    NodeBB LiveLeak Plugin

    This NodeBB plugin allows users to embed LiveLeak videos inline in their posts. Like several others here, it's based on psychobunny's Youtube plugin, and handles liveleak.com/view?i=id, liveleak.com/e/id, and liveleak.com/ll_embed?f=id formatted URLs.

    Installation npm install nodebb-plugin-liveleak Screenshots

    nodebb-plugin-liveleak.png

  • 5 Votes
    43 Posts
    22k Views
    S

    @a_5mith 0.6.0 compatible and crash reported by @Tanner is fixed.

    Will be in the next version which includes some other stuff @Tanner requested.

  • 1 Votes
    8 Posts
    3k Views
    A

    @Shaun when 0.5.0 is released, their will be full documentation, but the process will be something along the lines of

    git checkout v0.5.x git pull ./nodebb upgrade

    But their will be an announcement about all of that and how to update when it's ready. If you have any other issues with plugins etc, feel free to create a topic. 👍

  • SSO-Twitter

    NodeBB Plugins
    12
    0 Votes
    12 Posts
    5k Views
    NicolabN

    OAuth without user email ...
    I had noticed after having developped a module Twitter OAuth, Grrr

    Apparently I'm not alone lol

    https://twittercommunity.com/t/twitter-oauth-after-connect-get-primary-email-address/1563 https://twittercommunity.com/t/how-to-get-email-from-twitter-user-using-oauthtokens/558
  • 2 Votes
    5 Posts
    3k Views
    G

    @fyhao Great plugin for analytics. I see you're feeding it into https://text-sentiment.p.mashape.com/analyze?

    Can you say a bit more about which algorithm they're using? I'm a data scientist and I'd be happy to collaborate a bit on this, but my specialties are Python and R so I'd have to write the machine learning backend in one of those languages for you.

  • 0 Votes
    4 Posts
    2k Views
    julianJ

    @taste Did you start your forum up again?

    Edit: I restarted it for you 😄

  • 0 Votes
    3 Posts
    3k Views
    B

    awesome! thanks

  • 1 Votes
    7 Posts
    3k Views
    A

    @luke Pre v30 (or maybe v29) you could move the refresh button anywhere on the toolbar, it's now fixed at the right of the Location bar. Can't be moved without addons.

  • 0 Votes
    2 Posts
    2k Views
    P

    Depends, if you're doing largely front-end code (like embedding an iFrame to some chat application) then a widget works best. If you want to modify the API or save things into the database, then a plugin is right for you.

    I think your best bet is to figure out what you need to do, and then find a plugin that does something similar, and modify that plugin, or take code from it (it's open source afterall ;))

  • 0 Votes
    16 Posts
    7k Views
    P

    @a_5mith said:

    @psychobunny

    .username { font-size: 80%; }

    Well that works for me ... updated 😄

  • 0 Votes
    7 Posts
    3k Views
    Peter-Zoltan KeresztesP

    Actually it was an update pushed in the last couple of hours which have solved the issue. At least on one of the plugins which I have tested. I hope it will be the same way on all the plugins. Thanks for your help.

  • The Plugin Ideas Topic

    NodeBB Plugins
    27
    1 Votes
    27 Posts
    10k Views
    S

    @Tanner said in The Plugin Ideas Topic:

    XMPP integration with chat (have the protocol be tied to an XMPP server)

    I still really want this one. Or integration to Rocket would be even better.

  • 11 Votes
    40 Posts
    17k Views
    DownPWD

    Hello @baris

    thanks for the update.

    Would it be possible to delete the entire URL rather than just the domain ? Or maybe have the possibility to add a /* to an URL to ACP

    Example here a user posts a complete link but only the URL with the domain is deleted.

    ACP:
    2dc0f8a8-5deb-43b9-a81f-d77e5eb4a76c-image.png

    On a post :

    9a1594a6-337f-4226-bac5-d9ad763cf266-image.png

  • Support for WebM

    NodeBB Plugins
    6
    2 Votes
    6 Posts
    3k Views
    A

    Ok I made some progress, I'm connected to the api, however the video code doesn't work.

    The code in the templates file is

    <div class="row"> <!-- begin gfyItem --> <video width="640" height="320" poster="//thumbs.gfycat.com/{gfyItem.gfyId}-poster.jpg" style="display: block;" muted="muted" loop="" autoplay="" class="gfyVid" id="gfyVid1"> <source type="video/webm" src="{gfyItem.webmUrl}" id="webmsource"> <source type="video/mp4" src="{gfyItem.mp4Url}" id="mp4source"> Not supported, please try the URL: <a href="{gfyItem.gifUrl}">{gfyItem.gifUrl}</a>. </video> <!-- end gfyItem --> </div>

    And what comes out, is

    <div class="row"><a href="Correct URL">Correct URL</a></div>

    So it's connecting, but there seems to be an issue with running the video aspect of this, it's definitely not my browsers as I'm using Canary & Firefox 30.0. So one of the two fallbacks should work. All I get in Chrome is ::before and ::after either side of the link.

  • 1 Votes
    3 Posts
    3k Views
    A

    @optimus ACP > Advanced > Logs. Should get a message about sending email X to uid Y. E.G test email to uid 1 etc.

  • 0 Votes
    5 Posts
    2k Views
    fyhaoF

    Wow great, something to explore, thanks guy.

  • 5 Votes
    18 Posts
    10k Views
    fyhaoF

    Hi All,

    I just made an update to the plugin in order to compatible with latest version v1.0.3 and with the following new updates.

    20160706:

    Added preview feature Added some grouping for the features Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather. FIX some UI overlapping issue under v1.0.3 Compatible up to nodebb v1.0.3
  • 3 Votes
    20 Posts
    9k Views
    sehS

    @Giorgio-Chiodi said:

    @seh @julian Hello guys, just stumbled into this - could it come in handy for something?

    http://cartodb.com/

    not really, that's the same functionality i'm hoping the maps + the other plugins will be able to make possible in NodeBB. without involving hosted service 😄

  • 0 Votes
    11 Posts
    5k Views
    julianJ

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

  • 3 Votes
    5 Posts
    2k Views
    W

    😆