Skip to content

Use p-invitee markup for Facebook event invitations #71

Description

@aaronpk

Facebook event invitations should be updated to use p-invitee markup.

The author of the h-entry should be the person who created the invitation on Facebook (currently the author is the invitee, which is backwards).

The content of the h-entry should include a p-invitee property which is the Facebook URL of the person being invited.

Potential markup:

<article class="h-entry">
  <span class="u-uid">tag:facebook.com,2013:600583236694318_rsvp_3901700</span>
  <a class="u-url" href="http://facebook.com/600583236694318#3901700"><time class="dt-published" datetime="2014-02-20T09:00:00-0800">permalink</time></a>

  <div class="h-card p-author">
    <div class="p-name"><a class="u-url" href="http://facebook.com/aaronpk">Aaron Parecki</a></div>
    <img class="u-photo" src="http://graph.facebook.com/aaronpk/picture?type=large" alt="Aaron Parecki" />
    <span class="u-uid">tag:facebook.com,2013:aaronpk</span>
  </div>

  <div class="p-name">Aaron Parecki invited Davy Stevenson</div>
  <div class="e-content"><a href="http://facebook.com/aaronpk">Aaron Parecki</a> invited <a href="http://facebook.com/3901700">Davy Stevenson</a></div>

  <a href="http://facebook.com/3901700" class="p-invitee h-card">
    <img src="http://graph.facebook.com/3901700/picture?type=large" alt="">
    Davy Stevenson
  </a>

  <a class="u-in-reply-to" href="https://www.facebook.com/events/512367802216703"></a>
  <a class="u-in-reply-to" href="http://caseorganic.com/events/2014/02/12/1/homebrew-website-club"></a>
</article>

See Publish an Invitation for more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions