Making WordPress.org

Changes between Initial Version and Version 4 of Ticket #5604


Ignore:
Timestamp:
02/08/2021 09:35:04 AM (3 years ago)
Author:
jonoaldersonwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5604 – Description

    initial v4  
    7575                        "name": "Matt Mullenweg",
    7676                        "image": "https://secure.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=500",
     77                        "sameAs": [
     78                                "https://ma.tt/"
     79                        ]
    7780                }
    7881        ]
     
    8386
    8487**Special considerations**
     88
    8589- When a `Person` lacks a `name` value, use their handle instead, omitting the `@` symbol (e.g., for https://profiles.wordpress.org/tzafrir/, use `tzafrir`).
    86 - The addition of `sameAs` properties to the person is bottlenecked by https://meta.trac.wordpress.org/ticket/4278.
    87 - We request a 500px sized version of the gravatar image.
     90
     91- The `sameAs` property should contain an array of every known URL representing that user. This should use the 'real' user URL (not the obfuscated URL), and their GitHub profile if provided.
     92 - If there are no `sameAs` values, omit the property.
     93 - NB, adding social profiles to this is bottlenecked by https://meta.trac.wordpress.org/ticket/4278.
     94
     95- We request a 500px sized version of the gravatar image.