Changes between Initial Version and Version 4 of Ticket #5604
- Timestamp:
- 02/08/2021 09:35:04 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5604 – Description
initial v4 75 75 "name": "Matt Mullenweg", 76 76 "image": "https://secure.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=500", 77 "sameAs": [ 78 "https://ma.tt/" 79 ] 77 80 } 78 81 ] … … 83 86 84 87 **Special considerations** 88 85 89 - 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.