The Gravatar or globally recognised avatar is basically an image associated to our email id, which appears besides our comments, blogs posts, sites etc. https://en.gravatar.com/site/implement/ To request an image of Gravatar, we need to first calculate hash of the email id and pass it to the URL The format à https://www.gravatar.com/avatar/{HASH} e.g….
Continue Reading Nishant Rana’s Article on their blog
Very simple PCF Control to show Gravatar
The Gravatar or globally recognised avatar is basically an image associated to our email id, which appears besides our comments, blogs posts, sites etc. https://en.gravatar.com/site/implement/ To request an image of Gravatar, we need to first calculate hash of the email id and pass it to the URL The format à https://www.gravatar.com/avatar/{HASH} e.g.
Blog Syndicated with Nishant Rana’s Permission