29 followers From Twitter:

Shortcodes

Introduction...

Here is an example of the shortcuts you can use in your posts using [ brackets ]. These tags can be mixed with the template tags



List styles

[check]
<ul>
   <li>Item</li>
   <li>Item</li>
</ul>
[/check]

  • Check 01
  • Check 02
  • Check 03
[arrow]
<ul>
   <li>Item</li>
   <li>Item</li>
</ul>
[/arrow]

  • Arrow 01
  • Arrow 02
  • Arrow 03
[cross]
<ul>
   <li>Item</li>
   <li>Item</li>
</ul>
[/cross]

  • Cross 01
  • Cross 02
  • Cross 03
[star]
<ul>
   <li>Item</li>
   <li>Item</li>
</ul>
[/star]

  • Star 01
  • Star 02
  • Star 03

Available tags: play, star, check, cross, arrow



Messages

Using [note] Hello World [/note]
Using [info] Hello World [/info]
Using [alert] Hello World [/alert]
Using [success] Hello World [/success]
Using [error] Hello World [/error]
Using [up] Hello World [/up]
Using [down] Hello World [/down]