This plugin will extend some parameters to the Gravatar default image URL to make the default avatars rich.
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 sizeYou 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
npm install nodebb-plugin-gravatar-extended
MIT
(C) Jeremy Lam JLChnToZ, 2014.