[uf-discuss] hReview feedback
Kevin Marks
kmarks at technorati.com
Thu Jan 26 11:22:06 PST 2006
On Jan 23, 2006, at 5:38 PM, Ryan King wrote:
>
> I don't know how the Structured Blogging wordpress plugin does this
> (or whether it allow it at all), but in hReview you can do tagged
> ratings. So, in your example:
>
> <a href="http://wikipedia.org/wiki/CyberPunk_Visuals">
> Degree of CyberPunk Visuals:
> <span class="rating">15</span>/<span class="best">30</span>
> </a>
>
you missed off the rel="tag" there that indicates this is a tagged
rating:
<a href="http://wikipedia.org/wiki/CyberPunk_Visuals" rel="tag">
Degree of CyberPunk Visuals:
<span class="rating">15</span>/<span class="best">30</span>
</a>
(fortunately Philip put it in in his example)
More information about the microformats-discuss
mailing list