Skip to content

Embedding external URLs

Solved General

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation ๐Ÿ’—

Related Topics
  • nodebb-plugin-custom-pages

    Solved Customisation
    5
    3 Votes
    5 Posts
    624 Views

    @DownPW itโ€™s possible, yes, but you may inadvertently end up targeting other elements using the same class which of course isnโ€™t desired.

    Can you provide a link in DM for me to review?

  • Plugin to show images in teasers

    General
    6
    2 Votes
    6 Posts
    392 Views

    @dave1904 Iโ€™d start by adding a console.log function to hookData so you can see what is being returned

    return hookData; console.log(hookData):
  • NodeBB: Upgrading to NodeBB v3.x

    Solved Configure
    6
    0 Votes
    6 Posts
    330 Views

    @mventures Youโ€™d need to connect to the server and execute it directly - not on your local terminal. Review the guide below, which will show you how to gain access via SSH to your server

    https://docs.ovh.com/gb/en/dedicated/ssh-introduction/

    Once you have access, youโ€™ll need to navigate to the actual folder where NodeBB is installed

    Youโ€™ll then need to change to the directory as shown below

    /home/unbuntu/nodebb

    fdffe673-bf63-4b6d-a728-5506fddc1aff-image.png

    In most cases, initial access takes you to the root of the file system. You can always issue pwd in a Linux terminal which will show you the Present Working Directory. From there, you can issue the command

    cd /home/ubuntu/nodebb

    Once in the NodeBB directory, youโ€™d use the below commands

    ./nodebb stop git fetch && git checkout develop && git reset --hard origin/develop ./nodebb upgrade ./nodebb start

    Line 1 stops the NodeBB instance
    Line 2 gets the latest files from GIT (repository) and then checks out the development branch. It then resets the version you are using to the development branch ready for v3
    Line 3 Runs the upgrade once the new branch is set, and code pulled
    Line 4 Restarts the NodeBB instance after the upgrade has completed

    Note that when you restart NodeBB and log back in, things will look very different to what you had in v2.

  • Embed - What Are You Using?

    Solved General
    13
    3 Votes
    13 Posts
    782 Views

    @DownPW Hmm - itโ€™ll work with iFramely (locally hosted), or you can use the below string to embed using https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/114

    Watch (?:<a.*?)?(?:https?:\/\/)?(?:www\.)?dailymotion\.com\/video\/([a-zA-Z0-9_-]{4,11})(?:.*?\/a>)? Replace <div class='embed-wrapper'><div class='embed-container'><iframe src='//www.dailymotion.com/embed/video/$1' frameborder='0' allowfullscreen></iframe></div></div>

    4f5f13f7-0c73-460e-b32f-f974f170b236-image.png

  • plugin open link IMgur images

    Customisation
    7
    0 Votes
    7 Posts
    536 Views

    @DownPW not sure what you mean. Can you elaborate ?

  • Tenor GIF Plugin

    Solved Customisation
    19
    5 Votes
    19 Posts
    1k Views

    @phenomlab Also for me now ๐Ÿ™‚ Upgraded in ACP and all good . Thx.

  • Error install plugin

    Solved Customisation
    8
    1 Votes
    8 Posts
    622 Views

    @pobojmoks

    Not WP plugin but nodeBB but it a known bug

  • NodeBB Discord Plugins

    Unsolved Customisation
    7
    0 Votes
    7 Posts
    982 Views

    @RiekMedia hi. Just following up on this thread (I know itโ€™s old) but was curious to understand if itโ€™s still an issue or not ?