Posted By


1man on 06/01/08

Tagged


Statistics


Viewed 168 times
Favorited by 1 user(s)

VoteLinks microformat


/ Published in: HTML
Save to your folder(s)

Not very widely addopted microformat, but could be in the future.


Copy this code and paste it in your HTML
  1. <!-- VoteLinks Microformat -->
  2. <!-- Three possibilities for the rev attribute -->
  3. <a href="http://mydomain.com/" rev="vote-for">For the Domain</a>
  4. <a href="http://mydomain.com/" rev="vote-against">Against the Domain</a>
  5. <a href="http://mydomain.com/" rev="vote-abstain">Neither for / against the Domain</a>
  6. <!--
  7. NOTE: Rel attribute was used in the past, but this is now depriciated. Rev is used as
  8. it is logically correct (relationship between the document containing the link and
  9. the linked document)
  10. -->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.