• #indieweb 2014-11-19
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2014-11-19 UTC
# 19:35
mko
Regarding an IndieWeb profile photo, you could do something like Gravatar. Specifically, they use a unique hash (specifically the hash of the email address of the user). You could easily do the same with the hash of the user's email or domain. Basically, search for h-card on homepage. If there's a picture available in the h-card, use it. If there's not, check for email and hash it and use your own service (or Gravatar if you like their placeholders).