New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-gravatar-extended

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-gravatar-extended

This plugin will extend some parameters to the Gravatar default image URL to make the default avatars rich.

  • 0.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

nodebb-plugin-gravatar-extended

This plugin will extend some parameters to the Gravatar default image URL to make the default avatars rich.

Usage

Inside NodeBB ACP > General Settings > User > Avatars > Custom Gravatar Default Image, this field is going to accept these parameters:

  • %md5 - the MD5 string of the user's email
  • %email - the raw email address
  • %user - the user name
  • %size - the image size

Example

You can use %md5 to fetch Automatic Avatars by entering:

https://avatars.moe/Default/%md5/128.png

Or you can use %email to fetch Adorable Avatars by entering:

http://api.adorable.io/avatar/128/%email.png

Installation

npm install nodebb-plugin-gravatar-extended

License

MIT

(C) Jeremy Lam JLChnToZ, 2014.

Keywords

FAQs

Package last updated on 15 Oct 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc