Microformats Parser (PHP) v0.5.0
HTML
<div class="h-entry"> <div class="u-in-reply-to h-cite"> <span class="p-author h-card"> <span class="p-name">Example Author</span> <a class="u-url" href="http://example.com">Home</a> </span> <a class="p-name u-url" href="http://example.com/post">Example Post</a> </div> </div>
Base URL
Save HTML?
(Note: Data older than 72 hours may be purged)
Render HTML in page?
JSON
{ "items": [ { "type": [ "h-entry" ], "properties": { "in-reply-to": [ { "type": [ "h-cite" ], "properties": { "name": [ "Example Post" ], "url": [ "http://example.com/post" ], "author": [ { "type": [ "h-card" ], "properties": { "name": [ "Example Author" ], "url": [ "http://example.com" ] }, "value": "Example Author" } ] }, "value": "http://example.com/post" } ] } } ], "rels": {}, "rel-urls": {}, "debug": { "package": "https://packagist.org/packages/mf2/mf2", "source": "https://github.com/indieweb/php-mf2", "version": "v0.5.0", "note": [ "This output was generated from the php-mf2 library available at https://github.com/indieweb/php-mf2", "Please file any issues with the parser at https://github.com/indieweb/php-mf2/issues", "Using the Masterminds HTML5 parser" ] } }
Parse