This package has been deprecated

Author message:

All features has already been merged into nodebb-plugin-gravatar.

nodebb-plugin-gravatar-extended

0.5.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i nodebb-plugin-gravatar-extended

Weekly Downloads

2

Version

0.5.1

License

MIT

Last publish

Collaborators

  • jlchntoz