Boxes can be inserted using the following shortcode:
[box options]Content of the box[/box]
Buttons may be inserted with:
[button options]Button text[/button]
There are several options you can configure for both boxes and buttons, and their syntax is as follows:
option=value
For example, the color of the box can be controlled like this:
[box color=gray]Content of the box[/box]
Another example: you can control the button size like this:
[button size=normal]Button text[/button]
Icons can also be included like this:
[button type=alert]Button text[/button]