
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
nodebb-plugin-imgur-preview
Advanced tools
Imgur Upload Plugin with support for custom templates for thumbnails
A plugin that uploads images to Imgur and allows you to use custom HTML templates to give you more control over the way the images will be displayed.
This plugin might be superuseful for you if you want to seamlessly add a fancybox gallery or something like that to your NodeBB forum.
npm install nodebb-plugin-imgur-preview
or via NodeBB ACP
With the power of custom HTML templates, you can control exactly how images in posts will be displayed.
By default NodeBB doesn't have such templates. But it does mock with images in some way anyway. Take a look at the template which results in the exact same HTML, as if it would be produced via NodeBB without this plugin:
<a href="{{protocol}}://i.imgur.com/{{filename}}.{{ext}}" target="_blank">
<img src="{{protocol}}://i.imgur.com/{{filename}}.{{ext}}" alt="{{altText}}" class="img-responsive img-markdown">
</a>
Well, what if you'd like to customize the output somehow? There is no way to do that by default in NodeBB. And that's why this plugin has been created. Now you gain full control of produced HTML code for images. Just imagine what you can do now. Please, take a look at another template example:
<a class="fancybox gallery-{{postData.pid}}" href="{{protocol}}://i.imgur.com/{{filename}}.{{ext}}" target="_blank">
<picture>
<source srcset="{{protocol}}://i.imgur.com/{{filename}}t.{{ext}}" media="(max-width: 280px)">
<source srcset="{{protocol}}://i.imgur.com/{{filename}}m.{{ext}}" media="(max-width: 320px)">
<source srcset="{{protocol}}://i.imgur.com/{{filename}}l.{{ext}}" media="(max-width: 640px)">
<source srcset="{{protocol}}://i.imgur.com/{{filename}}h.{{ext}}" media="(max-width: 1024px)">
<img src="{{protocol}}://i.imgur.com/{{filename}}.{{ext}}" alt="{{altText}}">
</picture>
</a>
With less than 10 lines of code, this template will give you as the result huge bandwidth economy + independent galleries with images grouped by NodeBB post ID {{postData.pid}}.
Register an imgur app here, make sure you fill in the callback URL properly. It should be https://yourforum.com/admin/plugins/imgur-preview/oauth adjust based on your forum url.

After entering the values click Save and then Authorize, you will be redirected to imgur to allow access to your app.
Once you allow access you will be redirected back to nodebb.
Optinally create an album for your forum on imgur and put its album ID in the NodeBB ACP.
FAQs
Imgur Upload Plugin with support for custom templates for thumbnails
The npm package nodebb-plugin-imgur-preview receives a total of 6 weekly downloads. As such, nodebb-plugin-imgur-preview popularity was classified as not popular.
We found that nodebb-plugin-imgur-preview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.