Skip to content

Instantly share code, notes, and snippets.

@mattyza
Created February 25, 2013 10:36
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 mattyza/01ee11398746ff986f8f to your computer and use it in GitHub Desktop.
Save mattyza/01ee11398746ff986f8f to your computer and use it in GitHub Desktop.
Examples of the [button] shortcode.
[button]Button[/button]
[button color="red"]Button[/button]
[button color="orange"]Button[/button]
[button color="green"]Button[/button]
[button color="aqua"]Button[/button]
[button color="teal"]Button[/button]
[button color="purple"]Button[/button]
[button color="pink"]Button[/button]
[button color="silver"]Button[/button]
[button size="small"]Button[/button]
[button]Button[/button]
[button size="large"]Button[/button]
[button size="xl"]Button[/button]
[button style="alert" color="silver"]Button[/button]
[button style="tick" color="silver"]Button[/button]
[button style="info" color="silver"]Button[/button]
[button style="note" color="silver"]Button[/button]
[button style="download" color="silver"]Button[/button]
[button color="#f0f0f0" border="#555" style="info" text="dark" class="my-button"]Button[/button]
Copy link

ghost commented May 22, 2014

Im pretty sure the buttons doesnt render correctly anymore.

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