Skip to content

Instantly share code, notes, and snippets.

@mhulse
Created June 8, 2012 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhulse/2898578 to your computer and use it in GitHub Desktop.
Save mhulse/2898578 to your computer and use it in GitHub Desktop.
Blogger vcard?
<div class="sig" itemscope itemtype="http://schema.org/Person">
<a href="#" itemprop="url">
<img src="billy-johnson.jpg" alt="Billy Johnson portrait" itemprop="image">
<h6><span itemprop="givenName">Billy</span> <span itemprop="familyName">Johnson</span></h6>
</a>
</div> <!-- /.sig -->
<h6 class="peep vcard">
<a href="#" class="url">
<img class="photo" src="billy-johnson.jpg" alt="Billy Johnson portrait">
<span class="fn">
Billy
<br>
Johnson
</span>
</a>
</h6>
@mhulse
Copy link
Author

mhulse commented Jun 9, 2012

@mhulse
Copy link
Author

mhulse commented Mar 7, 2013

Better example here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment