Skip to content

Instantly share code, notes, and snippets.

@growbt
Created February 20, 2012 09:58
Show Gist options
  • Save growbt/1868630 to your computer and use it in GitHub Desktop.
Save growbt/1868630 to your computer and use it in GitHub Desktop.
Grow! Button micro data format.
<span itemscope="" itemref="[Shape]" itemtype="http://growbutton.com/ns#button">
<span itemprop="url">[URL]</span>
<span itemprop="title">[Title]</span>
<span itemprop="image">[Image]</span>
<span itemprop="apikey">[ApiKey]</span>
</span>
[Shape] : square or rectangle, Shape of the Grow! button
[URL] : URL of the content page
[Title] : Title of the content page
[Image] : Image of the content page (Option)
[ApiKey]: ApiKey of the this site domain (Option)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment