[nodebb-plugin-ns-embed] NS Embed

NodeBB Plugins

Suggested Topics


  • 0 Votes
    3 Posts
    446 Views

    @benjamin-liehr

    Add custom Page, f.e. start
    eada19d2-1c3f-4a27-bc1a-28ece546cfd8-image.png

    Choose this Page from Settings:
    dce8064d-0130-4dc6-a010-fb59ffc710d6-image.png

    Modify the Page template from Extend->Widgets:
    9bc6fd05-4a81-4f7c-845d-dd417810c3cc-image.png

    Save, and voila:
    16054c31-dff0-463b-904e-0ef76c427935-image.png

  • 0 Votes
    1 Posts
    892 Views

    [nodebb-plugin-write-api]
    https://github.com/NodeBB/nodebb-plugin-write-api
    I would like to POST (send) some form data to a webserver using cURL on a terminal-prompt.

    This is what I got so far:

    curl -X POST -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" -H "Authorization: Bearer 7ae9463c-146d-440d-b729-890c73bb9d46" --data "title=I Love You" --data "content=我真的不爱你" --data "cid=1" http://localhost:4567/api/v2/topics
    pause

    The problem is that the chinese word ("我真的不爱你") are replaced by "����IJ�����" when I browse the website page.

  • 7 Votes
    94 Posts
    43k Views

    Hi, all:

    Are there plans to update this for 2.0? The formatting in this one looks easier for users than the formatting in nodebb-plugin-btn-spoilers, so I would prefer to use this.

  • 0 Votes
    2 Posts
    1k Views

    That's one way of doing it. There's a similar plugin that auto posts from RSS feeds: https://github.com/barisusakli/nodebb-plugin-rss

    So perhaps you can change the code where it parses an RSS feed to reading the twitter feed instead. Or use an twitter to RSS service like https://twitrss.me/

    If you wrote an IFTTT plugin though, that would be pretty cool 🙂

  • 3 Votes
    54 Posts
    23k Views

    @efraimip I don't believe this specific plugin is supported anymore.

    Does a tool like this exist now, or is it in the works?

    There is nodebb-plugin-customize when you want to make quick modifications to templates or translations. Between that and Custom CSS in the ACP you can modify most aspects of your theme without creating a new theme or subtheme.

    99% of all posts in the "nodebb themes" forum are questions - not themes (I found actually only 1 single actual theme in searching many pages of that forum)

    Here are some themes I know of that I think are still maintained:

    nodebb-theme-persona (first party, default) nodebb-theme-lavender (first party) nodebb-theme-vanilla (first party) nodebb-theme-oxide nodebb-theme-slick

    I like allot of what nodebb offers but it seems less supported now - and less plugins available - than a few years ago.

    NodeBB has adopted many plugin features into core.

    How do we easily customize theme now? Without putting dev hours into it?

    I'm not sure what exactly you're referring to by "dev hours", but obviously you can't get something for nothing. Somebody needs to know how to use HTML and CSS, even with this defunct plugin.