imagedefaultgravatar

Gravatar : Is there a default image?


I have implemented gravatar for a portal I am building and wanted to know if there is a default image URL for gravatar? Not all people who visit the site are logged in or have email addresses, in such a case, is there a default image that can be shown (accessible via gravatar url)


Solution

  • To select a default image, you can use the d parameter:

    https://www.gravatar.com/avatar/3b3be63a4c2a439b013787725dfce802?d=identicon
    

    Or without a hash:

    https://www.gravatar.com/avatar/?d=identicon
    

    Or without the d parameter:

    https://www.gravatar.com/avatar
    

    Source: gravatar.com.