I know two ways to retrieve the number of comments on Facebook:
<fb:comments-count href=http://example.com/></fb:comments-count> awesome comments
and…
<iframe src="http://www.facebook.com/plugins/comments.php?href=example.com&permalink=1" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:16px;" allowTransparency="true"></iframe>
But none is a semantics for HTML5 solution, is there any alternative?
Since v2.3, it can be handled by
span, which already has the nativelydisplay: inline;semantics.