shortcode
In WordPress, a shortcode is a type of content that can be added to the body of a page or post that encapsulates some complex behavior, as defined by the plugin developer.
[a_cool_shortcode]
Bright primarily integrates with WordPress via the shortcode interface, using the Bright catch-all shortcode:
[bright the-bright-shortcode-arguments]
Nearly all of Bright visual elements that appear to a learner are placed and controlled by Bright shortcodes that are placed on the various pages and posts of the site.
See also:
- Bright Shortcode Reference
- embed
- Adding A Bright Template to a WordPress Page or Post
- WordPress Shortcode API