Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to get Vanillicons for Wordpress
thecashbag
New
Hey,
I know this is not a question strictly for vanilla forums, but there was no way to ask questions on the official vanillicon.com site and it's made by the lovely people here anyway.
Is there anyway I can make auto-generated vanillicons appear on wordpress (buddypress, bbpress, etc) instead of the standard Gravatars?
Gavatars are boring - Vanillacons are fun
Thanks,
Ben
0
Comments
I would switch out the image sprite and/or the images for ones you want to use.
Also remember that like Gravatar, these icons are generated per user with their email so it follows them to other sites which may support http://vanillicon.com
The only thing you really have control over are the default images, at least with Gravatar there is a default image in case they don't have Gravatar.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
to use vaillicon it is
'http://vanillicon.com/'.md5($Email).'_200.png'
vanillaicon will also work with gravatar as a default
in the
default
parameter of the gravatar url so it is'&default='.urlencode('http://vanillicon.com/'.md5($Email).'_200.png')
added to the gravatar url. You would have to develop/modify a wordpress gravitar plugin.
grep is your friend.