Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/open-graph-protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: facebook/open-graph-protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: resync
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 23, 2025

  1. Add missing og:image:alt

    This seems to have existed and is in the published html, but wasn't in
    the markdown used to (at some point) generate that html, nor was it in
    the spec.
    
    There are several posts around the web saying this isn't a useful
    attribute, but it has existed so we should document it.
    zpao committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    b567ef6 View commit details
    Browse the repository at this point in the history
  2. Update templates for consistent content generation

    While we should eventually get rid of the php here, it was historically
    being used to serve the site content based on the markdown.
    
    This brings them back in sync, with many updates to prefer `https`. This
    now makes it possible for any further updates to be made directly to the
    markdown, and build the html from that with `php index.php >| index.html`
    zpao committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    acc6a05 View commit details
    Browse the repository at this point in the history
Loading