๐Ÿงช Test XFN Link Extension Blueprint

Quick Test

Click this button to launch WordPress Playground with the XFN demo:

๐Ÿš€ Launch Playground Demo

Note: This uses the GitHub version after you push

Test Local Version

To test your local blueprint before pushing to GitHub:

  1. Start a local web server:
    cd /Users/crobertson/Downloads/xfn/link-extension-for-xfn
    python3 -m http.server 8000
  2. Open this URL in your browser:
    https://playground.wordpress.net/?blueprint-url=http://localhost:8000/assets/blueprints/blueprint.json

โœ… What to Check

๐Ÿ” How to Inspect XFN

Once Playground loads:

  1. You should see the demo page automatically
  2. Right-click on "Sarah, my colleague" โ†’ Inspect
  3. Look for: <a href="..." rel="colleague met co-worker">
  4. Right-click the button โ†’ Inspect
  5. Look for: <a ... rel="friend met colleague">
  6. Right-click the YouTube embed โ†’ Inspect
  7. Look for: <figure ... data-xfn-rel="friend met">

๐Ÿ› Troubleshooting

If the demo doesn't load:

If XFN attributes are missing:

๐Ÿ“Š Expected Results Table

Element Expected HTML
Sarah link rel="colleague met co-worker"
John link rel="friend met"
Personal website rel="me"
Brother link rel="sibling met"
Button rel="friend met colleague"
YouTube embed data-xfn-rel="friend met"