Created
February 20, 2012 09:58
-
-
Save growbt/1868630 to your computer and use it in GitHub Desktop.
Grow! Button micro data format.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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