User:Grant.codes/post-type-markup-experiment
Why
Why information goes here
How to markup
MF2 HTML Markup
<div class="h-entry"> <p class="p-summary"> Liked: <a class="u-like-of" href="http://othersite.example.com/permalink47">http://othersite.example.com/permalink47</a> </p> </div>
Rendered HTML
MF2 JSON
{ "type": ["h-entry"], "properties": { "like-of": ["http://othersite.example.com/permalink47"] } }
JF2 JSON
{ "type": "entry", "like-of": "http://othersite.example.com/permalink47" }
Maybe this should also contain an image of a rendered example (possibly from a silo) to show good design patterns
IndieWeb Examples
Examples in the wild
Discussion
General discussion
See Also
- List
- of
- links