-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wordpress Plugin #9
Comments
Hi! Could be quite cool! Absolutely. Cheers |
Would you happen to have any idea how to modify profile pictures with code in Wordpress? |
So the best way to do it would be to use a filter on the This plugin does something similar, but not as well. |
Great, seems pretty straightforward! I will setup a plugin very soon 👍 I will be creating a tiny web API for this package first (it's ready, I just need to publish it), which can also act as an optional fallback for Wordpress users using a hosting provider that does not support required extensions. API: https://github.com/LasseRafn/ui-avatars |
👍 |
I've submitted a v0.5 for review at Wordpress 👍 |
This one will use the public api that I released recently, but I am already working on one that generates the avatars on-server. I just had some issues with generating a url for the avatar when using on-server. |
Hi There,
Would you be interested in turning this into a Wordpress Plugin for generating a custom default avatar for comments? I would be very keen to use something like that. The idea would be to use their
gravatar
by default, but if they didn't have one, then fall back to this library to generate an image with their initials and a random color. You've done all the hard work so turning into a plugin would be pretty straightforward.Cheers
Abe
The text was updated successfully, but these errors were encountered: